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