public abstract class OAuth2Flow extends Object
| Modifier and Type | Field and Description |
|---|---|
protected OAuth2AuthorizationServerInterceptor |
authServer |
protected Exchange |
exc |
protected SessionManager.Session |
session |
| Constructor and Description |
|---|
OAuth2Flow(OAuth2AuthorizationServerInterceptor authServer,
Exchange exc,
SessionManager.Session s) |
| Modifier and Type | Method and Description |
|---|---|
abstract Outcome |
getResponse() |
protected String |
stateQuery(String state) |
protected OAuth2AuthorizationServerInterceptor authServer
protected Exchange exc
protected SessionManager.Session session
public OAuth2Flow(OAuth2AuthorizationServerInterceptor authServer, Exchange exc, SessionManager.Session s)
Copyright © 2022. All Rights Reserved.