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() }