Package de.peekandpoke.kraft.jsbridges

Types

Link copied to clipboard
external object jwt_decode

Functions

Link copied to clipboard
fun decodeJwt(jwt: String): Object?

Decodes the jwt and returns a javascript object

Link copied to clipboard
fun decodeJwtAsMap(jwt: String): Map<String, Any?>

Decodes the jwt and returns a kotlin Map