ExSwan.Assertion.Result (exswan v0.1.0)

View Source

Represents a complete assertion result.

Summary

Types

t()

@type t() :: %ExSwan.Assertion.Result{
  authenticator_data: binary(),
  client_data_json: binary(),
  credential_id: binary(),
  signature: binary(),
  user_handle: binary() | nil
}