clearTokens

abstract suspend fun clearTokens(context: Context): Unit?

Clear the tokens from the token data store. This method will clear the tokens from the data store. After calling this method, developer needs to perform the authorization flow again to get the tokens.

Parameters

context

The Context instance.