|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorizationCode | |
---|---|
com.nimbusds.oauth2.sdk | Classes for representing, serialising and parsing OAuth 2.0 client requests and server responses. |
com.nimbusds.openid.connect.sdk | Classes for representing, serialising and parsing OpenID Connect client requests and server responses. |
Uses of AuthorizationCode in com.nimbusds.oauth2.sdk |
---|
Methods in com.nimbusds.oauth2.sdk that return AuthorizationCode | |
---|---|
AuthorizationCode |
AccessTokenRequest.getAuthorizationCode()
Gets the authorisation code. |
AuthorizationCode |
AuthorizationSuccessResponse.getAuthorizationCode()
Gets the authorisation code. |
Constructors in com.nimbusds.oauth2.sdk with parameters of type AuthorizationCode | |
---|---|
AccessTokenRequest(URL uri,
AuthorizationCode code,
URL redirectURI,
ClientAuthentication clientAuth)
Creates a new authenticated access token request, using an authorisation code grant . |
|
AccessTokenRequest(URL uri,
AuthorizationCode code,
URL redirectURI,
ClientID clientID)
Creates a new unauthenticated access token request, using an authorisation code grant . |
|
AuthorizationSuccessResponse(URL redirectURI,
AuthorizationCode code,
AccessToken accessToken,
State state)
Creates a new authorisation success response. |
|
AuthorizationSuccessResponse(URL redirectURI,
AuthorizationCode code,
State state)
Creates a new authorisation success response in the code flow (authorisation code grant). |
Uses of AuthorizationCode in com.nimbusds.openid.connect.sdk |
---|
Constructors in com.nimbusds.openid.connect.sdk with parameters of type AuthorizationCode | |
---|---|
OIDCAuthorizationSuccessResponse(URL redirectURI,
AuthorizationCode code,
com.nimbusds.jwt.JWT idToken,
AccessToken accessToken,
State state)
Creates a new OpenID Connect authorisation success response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |