token property
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;
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.
core.String? token;