Class OAuth2ResourceOwnerPasswordCredentialsGrant

java.lang.Object
com.linecorp.armeria.client.auth.oauth2.OAuth2ResourceOwnerPasswordCredentialsGrant
All Implemented Interfaces:
OAuth2AuthorizationGrant

@Deprecated public final class OAuth2ResourceOwnerPasswordCredentialsGrant extends Object implements OAuth2AuthorizationGrant
An implementation of OAuth 2.0 Resource Owner Password Credentials Grant flow to obtain Access Token, as per [RFC6749], Section 4.3. Implements Access Token loading, storing, obtaining and refreshing.