ExSwan.Credential.Descriptor (exswan v0.1.0)

View Source

Represents a public key credential descriptor.

Summary

Types

t()

@type t() :: %ExSwan.Credential.Descriptor{
  id: String.t(),
  transports: [String.t()],
  type: :public_key
}

Functions

to_json(desc)