FidoJsonResponse

@Serializable
data class FidoJsonResponse(val authenticatorAttachment: String, val legacyData: String)

Data class representing a FIDO2 response in JSON format for Journey workflows.

This class encapsulates the response data from FIDO2 operations when the server supports JSON-formatted responses. It provides both modern structured data and legacy compatibility through the legacyData field.

Constructors

Link copied to clipboard
constructor(authenticatorAttachment: String, legacyData: String)

Properties

Link copied to clipboard

The type of authenticator used (e.g., "platform", "cross-platform")

Link copied to clipboard

The legacy string-formatted data for backward compatibility with older servers