logout

suspend fun logout(email: Email)

Function to remove the stored token. This function should be invoked when the user logs out from your app.

Once this is called, the user will be logged out and will have to go through the authentication flow again.

Parameters

email

The email of the user.