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

Link to this section Summary

Link to this section Types

@type t() :: %WaxAPIREST.Types.PublicKeyCredentialRpEntity{
  id: String.t() | nil,
  name: String.t()
}

Link to this section Functions

@spec new(String.t(), String.t() | nil) :: t()