Ory.Model.UserVerification (ory_client v1.22.65)

Copy Markdown

"pin" means the holder proves knowledge of a PIN via pin_proof at login; "platform" means the device gates key use behind platform biometrics or an equivalent lock screen; "none" marks a possession-only key, usable as a second factor but never as the sole first factor. The empty value marks a legacy key from before user verification existed; such keys are rejected at login and must be re-enrolled.

Summary

Types

t()

@type t() :: %Ory.Model.UserVerification{}

Functions

decode(value)