Nonce Class

The configuration settings of the nonce used in the login flow.

Inheritance
Nonce

Constructor

Nonce(*, validate_nonce: Optional[bool] = None, nonce_expiration_interval: Optional[str] = None, **kwargs)

Parameters

validate_nonce
bool
Required

<code>false</code> if the nonce should not be validated while completing the login flow; otherwise, <code>true</code>.

nonce_expiration_interval
str
Required

The time after the request is made when the nonce should expire.