ExSwan.RegistrationCeremony (exswan v0.1.0)

View Source

Server-only state required to verify a registration ceremony.

Store this value on the server. Do not send it to the browser.

Summary

Types

t()

@type t() :: %ExSwan.RegistrationCeremony{
  challenge: binary(),
  rp_id: String.t(),
  user_id: binary()
}