ExSwan.Credential.RelyingParty (exswan v0.1.0)

View Source

Represents relying party entity information.

Summary

Types

t()

@type t() :: %ExSwan.Credential.RelyingParty{
  icon: String.t() | nil,
  id: String.t(),
  name: String.t()
}