DecodedPayload

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

Constructors

Link copied to clipboard
constructor(remoteId: Int, email: 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