Package | Description |
---|---|
com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and server responses.
|
com.nimbusds.oauth2.sdk.token |
OAuth 2.0 access and refresh token implementations.
|
Modifier and Type | Method and Description |
---|---|
Token |
TokenRevocationRequest.getToken()
Returns the token to revoke.
|
Constructor and Description |
---|
TokenRevocationRequest(URI uri,
ClientAuthentication clientAuth,
Token token) |
Modifier and Type | Class and Description |
---|---|
class |
AccessToken
The base abstract class for access tokens.
|
class |
BearerAccessToken
Bearer access token.
|
class |
RefreshToken
Refresh token.
|
class |
TypelessAccessToken
Typeless access token, cannot be serialised.
|
Copyright © 2014 Connect2id Ltd.. All Rights Reserved.