| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
RevokeTokenResponse |
DefaultOAuthApi.revokeToken(RevokeTokenRequest body,
String authorization)
Revokes an access token generated with the OAuth flow.
|
RevokeTokenResponse |
OAuthApi.revokeToken(RevokeTokenRequest body,
String authorization)
Revokes an access token generated with the OAuth flow.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<RevokeTokenResponse> |
DefaultOAuthApi.revokeTokenAsync(RevokeTokenRequest body,
String authorization)
Revokes an access token generated with the OAuth flow.
|
CompletableFuture<RevokeTokenResponse> |
OAuthApi.revokeTokenAsync(RevokeTokenRequest body,
String authorization)
Revokes an access token generated with the OAuth flow.
|
| Modifier and Type | Method and Description |
|---|---|
RevokeTokenResponse |
RevokeTokenResponse.Builder.build()
Builds a new
RevokeTokenResponse object using the set fields. |
Copyright © 2022. All rights reserved.