Const
Readonly
CLIENT_ID_KEY: "client_id"Key for the client ID.
Readonly
CONTENT_TYPE_KEY: "content-type"Key for the content type.
Readonly
GRANT_TYPE_KEY: "grant_type"Key for the grant type.
Readonly
IDENTITY_PROVIDER_KEY: "identity_provider"Key for the identity provider.
Readonly
OAUTH_CODE_GRANT_TYPE: "authorization_code"Value for the grant type.
Readonly
OAUTH_CODE_RESPONSE_TYPE: "code"Value for the response type.
Readonly
REDIRECT_URI_KEY: "redirect_uri"Key for the redirect URI.
Readonly
RESPONSE_TYPE_KEY: "response_type"Key for the response type.
Readonly
URL_ENCODED_CONTENT_TYPE: "application/x-www-form-urlencoded"Value for the content type.
An object containing API request fields.