# `Ory.Model.PinConfig`

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.

# `t`

```elixir
@type t() :: %Ory.Model.PinConfig{
  created_at: DateTime.t() | nil,
  failed_attempts: integer() | nil,
  pin_secret: String.t() | nil,
  rotated_at: DateTime.t() | nil
}
```

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
