LoginNonce Class

Definition

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

public class LoginNonce
type LoginNonce = class
Public Class LoginNonce
Inheritance
LoginNonce

Constructors

LoginNonce()

Initializes a new instance of LoginNonce.

Properties

NonceExpirationInterval

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

ValidateNonce

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

Applies to