RestApiOAuthFlows 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.
REST API OAuth Flows.
public sealed class RestApiOAuthFlows
type RestApiOAuthFlows = class
Public NotInheritable Class RestApiOAuthFlows
- Inheritance
-
RestApiOAuthFlows
Properties
| AuthorizationCode |
Configuration for the OAuth Authorization Code flow. |
| ClientCredentials |
Configuration for the OAuth Client Credentials flow. |
| Implicit |
Configuration for the OAuth Implicit flow |
| Password |
Configuration for the OAuth Resource Owner Password flow. |