PasswordResetContext
in package
Read onlyYes
FinalYes
The OPAQUE policy for the account a reset token belongs to (CONTRACT.md §25.1).
Table of Contents
Properties
- $opaque : array<string|int, mixed>|null
Methods
- __construct() : mixed
Properties
$opaque
public
array<string|int, mixed>|null
$opaque
= null
Methods
__construct()
public
__construct([array<string, mixed>|null $opaque = null ]) : mixed
Parameters
- $opaque : array<string, mixed>|null = null
-
The tenant's §23 parameters when it has OPAQUE enabled, and
nullwhen it does not — in which case the plaintext path is allowed. The block is forwarded to the §23 helpers untouched: this SDK does not model, validate or re-encode it.