decodeJwt
Type:
function
If a valid JWT is provided, a Right[Map[String,Any]] payload will be returned. If an invalid JWT is provided a Left[Exception] is returned with error details.
Body
function(token,pemEncodedKey,algorithm){...}
Classpath
Children