JwtParser

class JwtParser

Used to parse Strings into Jwts.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
suspend fun parse(rawValue: String): Jwt

Parses a given string into a Jwt, if possible.