ExSwan.Attestation.AuthenticatorSelection (exswan v0.1.0)

View Source

Represents authenticator selection criteria.

Summary

Types

t()

@type t() :: %ExSwan.Attestation.AuthenticatorSelection{
  authenticator_attachment: String.t() | nil,
  require_resident_key: boolean() | nil,
  resident_key: String.t() | nil,
  user_verification: String.t() | nil
}

Functions

to_json(selection)