java.lang.Object
org.springframework.security.oauth2.server.authorization.OAuth2Authorization
All Implemented Interfaces:
Serializable

public class OAuth2Authorization extends Object implements Serializable
A representation of an OAuth 2.0 Authorization, which holds state related to the authorization granted to a client, by the resource owner or itself in the case of the client_credentials grant type.
Since:
7.0
See Also: