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

Link to this section Summary

Link to this section Types

@type t() :: %WaxAPIREST.Types.ServerPublicKeyCredentialUserEntity{
  displayName: String.t(),
  id: String.t(),
  name: String.t()
}

Link to this section Functions

Link to this function

new(name, id, display_name)

View Source
@spec new(String.t(), String.t(), String.t()) :: t()