View Source ExUid2.Keyring.Info (ex_uid2 v0.2.1)

Struct holding information about the keyring.

Summary

Types

@type t() :: %ExUid2.Keyring.Info{
  caller_site_id: term(),
  identity_scope: term(),
  master_keyset_id: term(),
  site_data: term(),
  token_expiry_seconds: term()
}

Functions