OptionalaudienceThe unique identifier of the target API you want to access.
Optionalmax_The maximum amount of time, in seconds, after which a user must reauthenticate.
OptionalorganizationThe unique identifier of the organization that the user should be logged into. When specified, the user will be prompted to log in to this specific organization. The organization ID will be included in the user's session after successful authentication.
Optionalredirect_The URL to which the authorization server will redirect the user after granting authorization.
OptionalscopeThe scope of the access request, expressed as a list of space-delimited, case-sensitive strings.
Defaults to "openid profile email offline_access".
Additional authorization parameters.