verifyToken

suspend fun verifyToken(token: String): Result<MessageResponse, Exception>

Verify the token of a user.

Parameters

token

The authorization token.