Base64JwtDecoder

class Base64JwtDecoder(base64Codec: Base64Codec)

Constructors

Link copied to clipboard
constructor(base64Codec: Base64Codec)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun getClaims(token: String): JsonObject?