AuthenticatorAssertionResponse

public struct AuthenticatorAssertionResponse : Codable

Represents the response from an authenticator for an assertion.

  • The client data JSON.

    Declaration

    Swift

    public let clientDataJSON: String
  • The authenticator data.

    Declaration

    Swift

    public let authenticatorData: String
  • The signature.

    Declaration

    Swift

    public let signature: String
  • The user handle.

    Declaration

    Swift

    public let userHandle: String?