public abstract class TokenRequest extends ParameterizedRequest
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCESS_TOKEN |
protected String |
idToken |
protected String |
refreshToken |
protected String |
scope |
protected String |
token |
authServer, exc, jsonGen, params| Constructor and Description |
|---|
TokenRequest(OAuth2AuthorizationServerInterceptor authServer,
Exchange exc) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getTokenJSONResponse() |
addParams, buildWwwAuthenticateErrorResponse, checkForMissingParameters, createParameterizedFormUrlencodedRedirect, createSessionForAuthorizedClientWithParams, createSessionForAuthorizedUserWithParams, createTokenForVerifiedClient, createTokenForVerifiedUserAndClient, getClaims, getClientId, getClientSecret, getCode, getGrantType, getPassword, getPrompt, getRedirectUri, getRefreshToken, getResponse, getResponseType, getScope, getSessionForAuthorizedUserWithParams, getState, getUsername, processWithParameters, removeEmptyParams, setScope, setScopeInvalid, validateRequest, verifyClientThroughParams, verifyUserThroughParamspublic static final String ACCESS_TOKEN
protected String scope
protected String token
protected String idToken
protected String refreshToken
public TokenRequest(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) throws Exception
Exceptionprotected String getTokenJSONResponse() throws IOException
IOExceptionCopyright © 2022. All Rights Reserved.