AuthenticationRequest

public struct AuthenticationRequest : UAFRequest

An authentication request sent to the FIDO Client.

  • The operation header of the request.

    Declaration

    Swift

    public let header: OperationHeader
  • The server-provided challenge value.

    Declaration

    Swift

    public let challenge: String
  • A human-readable user name intended to allow the user to distinguish and select from among different accounts at the same relying party.

    Declaration

    Swift

    public let transaction: [Transaction]?
  • A policy that describes which types of authenticators are acceptable for this authentication operation.

    Declaration

    Swift

    public let policy: Policy