OptionalappOptional application ID for which access is requested, If not specified will utilize the default access group within the current user's operator record.
OptionalauthorizationThe endpoint for user authorization.
OptionalauthInfinity Authentication service alias, only used for the authorization code flow.
OptionalauthThe auth type used during bootstrap
The client ID of the OAuth 2 client registration.
OptionalclientThe client secret of the OAuth 2 client registration.
OptionalcustomExtra parameters that will be added to the request body when calling the token endpoint
OptionaldeployThe path to the static application files, only used for the authorization code flow. Note that the full url (including the origin) should be used.
OptionalgrantThe requested grant type used for retrieving an access token.
OptionalpasswordThe password is required for the credentials flow.
OptionalpkceWhether to enable the Proof Key for Code Exchange for the authorization code flow.
OptionalredirectThe url to redirect to after authorization succeeded.
OptionalrefreshWhen refreshing a token, the refresh_token can be set in combination with grantType: 'refresh_token'
OptionalrevokeThe endpoint for revoking an access token.
OptionalusernameThe username is required for the credentials flow.
The endpoint for retrieving the access token.