Share via


Nonce Class

Definition

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

public class Nonce
type Nonce = class
Public Class Nonce
Inheritance
Nonce

Constructors

Nonce()

Initializes a new instance of the Nonce class.

Nonce(Nullable<Boolean>, String)

Initializes a new instance of the Nonce class.

Properties

NonceExpirationInterval

Gets or sets the time after the request is made when the nonce should expire.

ValidateNonce

Gets or sets &lt;code&gt;false&lt;/code&gt; if the nonce should not be validated while completing the login flow; otherwise, &lt;code&gt;true&lt;/code&gt;.

Applies to