Share via


RestApiOAuthFlow.TokenUrl Property

Definition

REQUIRED. The token URL to be used for this flow. Applies to password, clientCredentials, and authorizationCode OAuthFlow.

public Uri TokenUrl { get; init; }
member this.TokenUrl : Uri with get, set
Public Property TokenUrl As Uri

Property Value

Uri

Applies to