OAuthConfiguration 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.
Configuration for OAuth client credential authentication.
public class OAuthConfiguration
type OAuthConfiguration = class
Public Class OAuthConfiguration
- Inheritance
-
OAuthConfiguration
Constructors
OAuthConfiguration() |
Properties
Authority |
Gets or sets oAuth Authority for authentication. |
Scope |
Gets or sets oAuth scope for authentication. |
ValidateAuthority |
Gets or sets a value indicating whether the Authority should be validated. |