public class PostOAuth2Revoke extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
PostOAuth2Revoke.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientId
The Client ID of the application requesting to revoke the access token.
|
protected String |
clientSecret
The client secret of the application requesting to revoke an access token.
|
protected String |
token
The access token to revoke.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
PostOAuth2Revoke() |
protected |
PostOAuth2Revoke(PostOAuth2Revoke.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClientId() |
String |
getClientSecret() |
String |
getToken() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String clientId
protected String clientSecret
public PostOAuth2Revoke()
protected PostOAuth2Revoke(PostOAuth2Revoke.Builder builder)
public String getClientId()
public String getClientSecret()