public static class AuthRevokeRequest.AuthRevokeRequestBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
AuthRevokeRequest |
build() |
AuthRevokeRequest.AuthRevokeRequestBuilder |
test(boolean test)
Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked.
|
AuthRevokeRequest.AuthRevokeRequestBuilder |
token(String token)
Authentication token.
|
String |
toString() |
public AuthRevokeRequest.AuthRevokeRequestBuilder token(String token)
public AuthRevokeRequest.AuthRevokeRequestBuilder test(boolean test)
public AuthRevokeRequest build()
Copyright © 2020. All rights reserved.