RestApiOAuthFlow.TokenUrl Property     
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.
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, setPublic Property TokenUrl As Uri