revokeToken

suspend fun revokeToken(): Result<Unit>

Sends a network request to revoke OAuth refresh and access tokens. This call will fail if the tokens have not been successfully revoked.

Return

A Result that has no return value.

Since

200.1.0