DecodedPayload

data class DecodedPayload(val userId: Int, val email: String, val role: String, val iat: Int, val exp: Int)

Constructors

Link copied to clipboard
constructor(userId: Int, email: String, role: String, iat: Int, exp: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val exp: Int
Link copied to clipboard
val iat: Int
Link copied to clipboard
Link copied to clipboard
val userId: Int