property AuthorizationUrl: string;
Description
Gets or sets the URL that will be opened in the system browser to start the OAuth2 authorization process on the target service. You can get the data for this property on the page of the target service after registering your application.
Prior to authorization, the URL will be supplemented with service parameters and values from the ClientId, ClientSecret, and TokenCallbackUrl properties and from the AuthorizationParams collection.
See also