OpenApiOAuthFlow.TokenUrl Property

Definition

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

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

Property Value

Uri

Applies to