RestApiOAuthFlow 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 Flow.
public sealed class RestApiOAuthFlowtype RestApiOAuthFlow = classPublic NotInheritable Class RestApiOAuthFlow- Inheritance
- 
				RestApiOAuthFlow
Properties
| AuthorizationUrl | REQUIRED. The authorization URL to be used for this flow. Applies to implicit and authorizationCode OAuthFlow. | 
| RefreshUrl | The URL to be used for obtaining refresh tokens. | 
| Scopes | REQUIRED. A map between the scope name and a short description for it. | 
| TokenUrl | REQUIRED. The token URL to be used for this flow. Applies to password, clientCredentials, and authorizationCode OAuthFlow. |