View Source WaxAPIREST.Types.ServerPublicKeyCredentialCreationOptionsRequest (wax_api_rest v0.3.0)

Link to this section Summary

Link to this section Types

@type t() :: %WaxAPIREST.Types.ServerPublicKeyCredentialCreationOptionsRequest{
  attestation: WaxAPIREST.Types.AttestationConveyancePreference.t() | nil,
  authenticatorSelection:
    WaxAPIREST.Types.AuthenticatorSelectionCriteria.t() | nil,
  displayName: String.t(),
  extensions: %{required(String.t()) => any()},
  username: String.t()
}

Link to this section Functions

@spec new(map()) :: t() | no_return()