RefreshToken

data class RefreshToken(id: String, userId: Long)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): Long
copy
Link copied to clipboard
fun copy(id: String, userId: Long): RefreshToken
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

id
Link copied to clipboard
val id: String
userId
Link copied to clipboard
val userId: Long