munchies
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
munchies
commons
/
com.munchies.commons.domain.port
/
DecodedTokenSuccess
Decoded
Token
Success
data
class
DecodedTokenSuccess
(
val
id
:
String
,
val
role
:
AuthRole
)
:
DecodedTokenResult
Members
Constructors
Decoded
Token
Success
Link copied to clipboard
constructor
(
id
:
String
,
role
:
AuthRole
)
Properties
id
Link copied to clipboard
val
id
:
String
role
Link copied to clipboard
val
role
:
AuthRole