View Source WaxAPIREST.Types.ServerPublicKeyCredential (wax_api_rest v0.3.0)
Link to this section Summary
Link to this section Types
@type t() :: %WaxAPIREST.Types.ServerPublicKeyCredential{ getClientExtensionResults: map() | nil, id: String.t(), rawId: String.t(), response: WaxAPIREST.Types.ServerAuthenticatorAttestationResponse.t() | WaxAPIREST.Types.ServerAuthenticatorAssertionResponse.t(), type: WaxAPIREST.Types.PublicKeyCredentialType.t() }