property TokenRequestUrl: string;
Description
Gets or sets the URL that will be used to retrieve AccessToken from the target service after the OAuth2 authentication in the browser. You can get a list of parameters for this property on the target service page after registering your application.
Prior to authorization, the URL will be supplemented with service parameters and values from the ClientId, Scope, TokenCallbackUrl, and TokenRequestParams properties.
See also