Definition
revokeToken(clientId, accessToken)
asyncRevokes an access token.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
clientId | string | none | The client ID of your application. | |
accessToken | string | none | The access token. |
Return type: void
Revokes an access token.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
clientId | string | none | The client ID of your application. | |
accessToken | string | none | The access token. |