core
0.22.3
js
core
/
de.peekandpoke.kraft.jsbridges
Package de.
peekandpoke.
kraft.
jsbridges
Types
Functions
Types
jwt_decode
Link copied to clipboard
js
external
object
jwt_decode
Content copied to clipboard
Functions
decode
Jwt
Link copied to clipboard
js
fun
decodeJwt
(
jwt
:
String
)
:
Object
?
Content copied to clipboard
Decodes the
jwt
and returns a javascript object
decode
Jwt
As
Map
Link copied to clipboard
js
fun
decodeJwtAsMap
(
jwt
:
String
)
:
Map
<
String
,
Any
?
>
Content copied to clipboard
Decodes the
jwt
and returns a kotlin
Map