| Package | Description |
|---|---|
| com.github.scribejava.core.oauth | |
| com.github.scribejava.core.revoke |
| Modifier and Type | Method and Description |
|---|---|
protected OAuthRequest |
OAuth20Service.createRevokeTokenRequest(String tokenToRevoke,
TokenTypeHint tokenTypeHint) |
Future<Void> |
OAuth20Service.revokeToken(String tokenToRevoke,
OAuthAsyncRequestCallback<Void> callback,
TokenTypeHint tokenTypeHint) |
void |
OAuth20Service.revokeToken(String tokenToRevoke,
TokenTypeHint tokenTypeHint) |
Future<Void> |
OAuth20Service.revokeTokenAsync(String tokenToRevoke,
TokenTypeHint tokenTypeHint) |
| Modifier and Type | Method and Description |
|---|---|
static TokenTypeHint |
TokenTypeHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenTypeHint[] |
TokenTypeHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.