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

Link to this section Summary

Link to this section Types

@type t() :: %WaxAPIREST.Types.PubKeyCredParams{
  alg: integer(),
  type: WaxAPIREST.Types.PublicKeyCredentialType.t()
}

Link to this section Functions

Link to this function

new(type \\ "public-key", alg)

View Source
@spec new(WaxAPIREST.Types.PublicKeyCredentialType.t(), Wax.CoseKey.cose_alg()) :: t()