AuthenticatorAttestationResponse
public struct AuthenticatorAttestationResponse : Codable
Represents the response from an authenticator for an attestation.
-
The client data JSON.
Declaration
Swift
public let clientDataJSON: String -
The attestation object.
Declaration
Swift
public let attestationObject: String
View on GitHub