customParameter property
Additional customized query parameters to be added to the authorization URI.
The following parameters are reserved and cannot be added: client_id,
response_type, scope, redirect_uri, state. For the Microsoft
provider, the Azure AD tenant to sign-in to can be specified in the
tenant custom parameter.
Implementation
core.Map<core.String, core.String>? customParameter;