Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -i -X POST "https://api.box.com/oauth2/revoke" \ -H "content-type: application/x-www-form-urlencoded" \ -d "client_id=[CLIENT_ID]" \ -d "client_secret=[CLIENT_SECRET]" \ -d "token=[ACCESS_TOKEN]"
await auth.revokeTokens(); // client's tokens have been revoked
client.auth.revoke_token()
await auth.RevokeTokenAsync();
try await auth.revokeToken()
auth.revokeToken(); // client's tokens have been revoked
oauth.revoke()
client.revokeTokens("<TOKEN>") .then(() => { // the client's access token have been revoked });
このページは役に立ちましたか?