Class OAuth2AuthorizationExchange

java.lang.Object
org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationExchange
All Implemented Interfaces:
Serializable

public final class OAuth2AuthorizationExchange extends Object implements Serializable
An "exchange" of an OAuth 2.0 Authorization Request and Response for the authorization code grant type.
Since:
5.0
See Also: