RegistrationRequest

public struct RegistrationRequest : UAFRequest

A registration 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 username: Username
  • A policy that describes which types of authenticators are acceptable for this registration operation.

    Declaration

    Swift

    public let policy: Policy