AuthenticationResponse

public struct AuthenticationResponse : Codable

The response sent by the FIDO Client after processing a authentication request.

  • The operation header of the response.

    Declaration

    Swift

    public let header: OperationHeader
  • The Base64url encoded FinalChallengeParams using UTF-8 encoding which contains all parameters required for the server to verify the Final Challenge.

    Declaration

    Swift

    public let fcParams: String
  • Response data for each Authenticator being registered.

    Declaration

    Swift

    public let assertions: [AuthenticatorSignAssertion]