Uses of Class
com.nimbusds.oauth2.sdk.AuthorizationGrant
Packages that use AuthorizationGrant
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
OAuth 2.0 device authorisation grant classes.
OAuth 2.0 token exchange.
-
Uses of AuthorizationGrant in com.nimbusds.oauth2.sdk
Subclasses of AuthorizationGrant in com.nimbusds.oauth2.sdkModifier and TypeClassDescriptionclassAssertion grant.classAuthorisation code grant.classClient credentials grant.classJWT bearer grant.classRefresh token grant.classResource owner password credentials grant.classSAML 2.0 bearer grant.Methods in com.nimbusds.oauth2.sdk that return AuthorizationGrantModifier and TypeMethodDescriptionTokenRequest.getAuthorizationGrant()Returns the authorisation grant.static AuthorizationGrantParses an authorisation grant from the specified request body parameters.Constructors in com.nimbusds.oauth2.sdk with parameters of type AuthorizationGrantModifierConstructorDescriptionTokenRequest(URI uri, ClientAuthentication clientAuth, AuthorizationGrant authzGrant) Creates a new token request with the specified client authentication.TokenRequest(URI uri, ClientAuthentication clientAuth, AuthorizationGrant authzGrant, Scope scope) Creates a new token request with the specified client authentication.TokenRequest(URI uri, ClientAuthentication clientAuth, AuthorizationGrant authzGrant, Scope scope, List<URI> resources, Map<String, List<String>> customParams) Creates a new token request with the specified client authentication and extension and custom parameters.TokenRequest(URI uri, AuthorizationGrant authzGrant) Creates a new token request, without client authentication and a specified client identifier.TokenRequest(URI uri, AuthorizationGrant authzGrant, Scope scope) Creates a new token request, without client authentication and a specified client identifier.TokenRequest(URI uri, ClientID clientID, AuthorizationGrant authzGrant) Creates a new token request, with no explicit client authentication (may be present in the grant depending on its type).TokenRequest(URI uri, ClientID clientID, AuthorizationGrant authzGrant, Scope scope) Creates a new token request, with no explicit client authentication (may be present in the grant depending on its type).TokenRequest(URI uri, ClientID clientID, AuthorizationGrant authzGrant, Scope scope, List<URI> resources, RefreshToken existingGrant, Map<String, List<String>> customParams) Creates a new token request, with no explicit client authentication (may be present in the grant depending on its type) and extension and custom parameters. -
Uses of AuthorizationGrant in com.nimbusds.oauth2.sdk.ciba
Subclasses of AuthorizationGrant in com.nimbusds.oauth2.sdk.ciba -
Uses of AuthorizationGrant in com.nimbusds.oauth2.sdk.device
Subclasses of AuthorizationGrant in com.nimbusds.oauth2.sdk.deviceModifier and TypeClassDescriptionclassDevice code grant for the OAuth 2.0 Device Authorization Grant. -
Uses of AuthorizationGrant in com.nimbusds.oauth2.sdk.tokenexchange
Subclasses of AuthorizationGrant in com.nimbusds.oauth2.sdk.tokenexchange