Class TokenFlow
java.lang.Object
com.predic8.membrane.core.interceptor.oauth2.flows.OAuth2Flow
com.predic8.membrane.core.interceptor.oauth2.flows.TokenFlow
-
Field Summary
Fields inherited from class com.predic8.membrane.core.interceptor.oauth2.flows.OAuth2Flow
authServer, exc, session -
Constructor Summary
ConstructorsConstructorDescriptionTokenFlow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc, SessionManager.Session s) -
Method Summary
Methods inherited from class com.predic8.membrane.core.interceptor.oauth2.flows.OAuth2Flow
stateQuery
-
Constructor Details
-
TokenFlow
public TokenFlow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc, SessionManager.Session s)
-
-
Method Details
-
getResponse
- Specified by:
getResponsein classOAuth2Flow- Throws:
IOException
-
generateAccessToken
-