public final class OAuth2AuthorizationExchange
extends java.lang.Object
OAuth2AuthorizationRequest,
OAuth2AuthorizationResponse| Constructor and Description |
|---|
OAuth2AuthorizationExchange(OAuth2AuthorizationRequest authorizationRequest,
OAuth2AuthorizationResponse authorizationResponse)
Constructs a new
OAuth2AuthorizationExchange with the provided
Authorization Request and Authorization Response. |
| Modifier and Type | Method and Description |
|---|---|
OAuth2AuthorizationRequest |
getAuthorizationRequest()
Returns the
Authorization Request. |
OAuth2AuthorizationResponse |
getAuthorizationResponse()
Returns the
Authorization Response. |
public OAuth2AuthorizationExchange(OAuth2AuthorizationRequest authorizationRequest, OAuth2AuthorizationResponse authorizationResponse)
OAuth2AuthorizationExchange with the provided
Authorization Request and Authorization Response.authorizationRequest - the Authorization RequestauthorizationResponse - the Authorization Responsepublic OAuth2AuthorizationRequest getAuthorizationRequest()
Authorization Request.OAuth2AuthorizationRequestpublic OAuth2AuthorizationResponse getAuthorizationResponse()
Authorization Response.OAuth2AuthorizationResponse