WaxAPIREST.Types.PubKeyCredParams (wax_api_rest v0.5.0)

View Source

Summary

Types

t()

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

Functions

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