Interface OAuth2AuthorizationGrant

All Known Implementing Classes:
OAuth2ClientCredentialsGrant, OAuth2ResourceOwnerPasswordCredentialsGrant
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@UnstableApi
@FunctionalInterface
public interface OAuth2AuthorizationGrant
Represents an OAuth 2.0 Access Token Grant flow to obtain Access Token.