GraphSettings.ValidateOAuthToken Property
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
ValidateOAuthToken
Gets or sets a value indicating whether to validate OAuth token during the Login(String) method. If set to false, no request is sent to the server to validate the token, and the OAuth token is stored as-is for later use.
Declaration
public bool ValidateOAuthToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |