parse

suspend fun parse(rawValue: String): Jwt

Parses a given string into a Jwt, if possible.

Parameters

rawValue

the string representation of a Jwt.

Throws