getEmailFromToken

abstract fun getEmailFromToken(token: String): String?

Extracts the email from a given token.

Return

email of user encoded in token

Parameters

token

the token of the user