Uses of Class
com.kingsrook.qqq.backend.core.exceptions.AccessTokenException
Packages that use AccessTokenException
Package
Description
-
Uses of AccessTokenException in com.kingsrook.qqq.backend.core.exceptions
Methods in com.kingsrook.qqq.backend.core.exceptions that return AccessTokenExceptionModifier and TypeMethodDescriptionAccessTokenException.withStatusCode
(Integer statusCode) Fluent setter for statusCode -
Uses of AccessTokenException in com.kingsrook.qqq.backend.core.modules.authentication.implementations
Methods in com.kingsrook.qqq.backend.core.modules.authentication.implementations that throw AccessTokenExceptionModifier and TypeMethodDescriptionorg.json.JSONObject
Auth0AuthenticationModule.requestAccessTokenForClientIdAndSecretFromAuth0
(Auth0AuthenticationMetaData auth0MetaData, String clientId, String clientSecret) make http request to Auth0 for a new access token for an application - e.g., with a clientId and clientSecret as params