|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BearerTokenError | |
---|---|
com.nimbusds.oauth2.sdk.token | OAuth 2.0 access and refresh token implementations. |
com.nimbusds.openid.connect.sdk | Classes for representing, serialising and parsing OpenID Connect client requests and server responses. |
Uses of BearerTokenError in com.nimbusds.oauth2.sdk.token |
---|
Fields in com.nimbusds.oauth2.sdk.token declared as BearerTokenError | |
---|---|
static BearerTokenError |
BearerTokenError.INSUFFICIENT_SCOPE
The request requires higher privileges than provided by the access token. |
static BearerTokenError |
BearerTokenError.INVALID_REQUEST
The request is missing a required parameter, includes an unsupported parameter or parameter value, repeats the same parameter, uses more than one method for including an access token, or is otherwise malformed. |
static BearerTokenError |
BearerTokenError.INVALID_TOKEN
The access token provided is expired, revoked, malformed, or invalid for other reasons. |
static BearerTokenError |
BearerTokenError.MISSING_TOKEN
The request does not contain an access token. |
Methods in com.nimbusds.oauth2.sdk.token that return BearerTokenError | |
---|---|
static BearerTokenError |
BearerTokenError.parse(String wwwAuth)
Parses an OAuth 2.0 bearer token error from the specified HTTP response WWW-Authenticate header. |
BearerTokenError |
BearerTokenError.setRealm(String realm)
Sets the realm. |
BearerTokenError |
BearerTokenError.setScope(Scope scope)
Sets the required scope. |
Uses of BearerTokenError in com.nimbusds.openid.connect.sdk |
---|
Methods in com.nimbusds.openid.connect.sdk that return types with arguments of type BearerTokenError | |
---|---|
static Set<BearerTokenError> |
UserInfoErrorResponse.getStandardErrors()
Gets the standard errors for a UserInfo error response. |
Constructors in com.nimbusds.openid.connect.sdk with parameters of type BearerTokenError | |
---|---|
UserInfoErrorResponse(BearerTokenError error)
Creates a new UserInfo error response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |