View Source WaxAPIREST.Types.ServerPublicKeyCredential (wax_api_rest v0.4.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()
}

Link to this section Functions

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