getEmailFromToken

open override fun getEmailFromToken(token: String): String?

Extracts the email from a given JWT token.

Return

The email extracted from the token, or null if the token is invalid.

Parameters

token

The JWT token from which to extract the email.