Class ClientCredentialsGrant

java.lang.Object
com.nimbusds.oauth2.sdk.AuthorizationGrant
com.nimbusds.oauth2.sdk.ClientCredentialsGrant

@Immutable public class ClientCredentialsGrant extends AuthorizationGrant
Client credentials grant. Used in access token requests where the client is acting on its own behalf.

Related specifications:

  • OAuth 2.0 (RFC 6749), section 4.4.2.