LoginNonce Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The configuration settings of the nonce used in the login flow.
public class LoginNonce
type LoginNonce = class
Public Class LoginNonce
- Inheritance
-
LoginNonce
Constructors
| Name | Description |
|---|---|
| LoginNonce() |
Initializes a new instance of LoginNonce. |
Properties
| Name | Description |
|---|---|
| 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>. |