Share via


RestApiOAuthFlow Class

Definition

REST API OAuth Flow.

public sealed class RestApiOAuthFlow
type RestApiOAuthFlow = class
Public 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.

Applies to