public class RefreshTokenFlow extends TokenRequest
ACCESS_TOKEN, idToken, refreshToken, scope, tokenauthServer, exc, jsonGen, params| Constructor and Description |
|---|
RefreshTokenFlow(OAuth2AuthorizationServerInterceptor authServer,
Exchange exc) |
| Modifier and Type | Method and Description |
|---|---|
protected Response |
checkForMissingParameters() |
protected Response |
getResponse() |
protected Response |
processWithParameters() |
getTokenJSONResponseaddParams, buildWwwAuthenticateErrorResponse, createParameterizedFormUrlencodedRedirect, createSessionForAuthorizedClientWithParams, createSessionForAuthorizedUserWithParams, createTokenForVerifiedClient, createTokenForVerifiedUserAndClient, getClaims, getClientId, getClientSecret, getCode, getGrantType, getPassword, getPrompt, getRedirectUri, getRefreshToken, getResponseType, getScope, getSessionForAuthorizedUserWithParams, getState, getUsername, removeEmptyParams, setScope, setScopeInvalid, validateRequest, verifyClientThroughParams, verifyUserThroughParamspublic RefreshTokenFlow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc) throws Exception
Exceptionprotected Response checkForMissingParameters() throws Exception
checkForMissingParameters in class ParameterizedRequestExceptionprotected Response processWithParameters() throws Exception
processWithParameters in class ParameterizedRequestExceptionprotected Response getResponse() throws Exception
getResponse in class ParameterizedRequestExceptionCopyright © 2022. All Rights Reserved.