| Package | Description |
|---|---|
| com.github.scribejava.core.model |
| Modifier and Type | Method and Description |
|---|---|
OAuth2AccessTokenErrorResponse.ErrorCode |
OAuth2AccessTokenErrorResponse.getErrorCode() |
static OAuth2AccessTokenErrorResponse.ErrorCode |
OAuth2AccessTokenErrorResponse.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2AccessTokenErrorResponse.ErrorCode[] |
OAuth2AccessTokenErrorResponse.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OAuth2AccessTokenErrorResponse(OAuth2AccessTokenErrorResponse.ErrorCode errorCode,
String errorDescription,
URI errorUri,
String rawResponse) |
Copyright © 2017. All rights reserved.