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 of type Unit.

Since

200.1.0