Ory. Model. PinConfig
(ory_client v1.22.65)
Copy Markdown
The pin_secret field holds only the at-rest ciphertext; the plaintext exists transiently in server memory during verification and is invalidated once the key locks.
Summary
Types
@type t() :: %Ory.Model.PinConfig{ created_at: DateTime.t() | nil, failed_attempts: integer() | nil, pin_secret: String.t() | nil, rotated_at: DateTime.t() | nil }