getAuthorizationUrl
Builds the URL to the authorization web page for this login server. You need not provide the 'refresh_token' scope, as it is provided automatically.
This overload defaults `loginHint` to null and does not enable Salesforce Welcome Login hint.
Return
A URL to start the OAuth flow in a web browser/view.
Parameters
True to use web server flow, False to use user agent flow
True to use "hybrid" flow
Base protocol and server to use (e.g. https://login.salesforce.com).
OAuth client ID.
OAuth callback URL or redirect URL.
A list of OAuth scopes to request (e.g. {"visualforce", "api"}). If null, the default OAuth scope is provided.
OAuth display type. If null, the default of 'touch' is used.
Code challenge to use when using web server flow
Any additional parameters to add to the authorization request.
See also
Builds the URL to the authorization web page for this login server. You need not provide the 'refresh_token' scope, as it is provided automatically.
Return
A URL to start the OAuth flow in a web browser/view.
Parameters
True to use web server flow, False to use user agent flow
True to use "hybrid" flow
Base protocol and server to use (e.g. https://login.salesforce.com).
OAuth client ID.
OAuth callback URL or redirect URL.
A list of OAuth scopes to request (e.g. {"visualforce", "api"}). If null, the default OAuth scope is provided.
When applicable, the Salesforce Welcome Login hint
OAuth display type. If null, the default of 'touch' is used.
Code challenge to use when using web server flow
Any additional parameters to add to the authorization request.