token property

String? token
getter/setter pair

The token to be revoked.

If an authorization_code is passed in, the API will first exchange the code for access token and then revoke the token exchanged.

Required.

Implementation

core.String? token;