Package com.tp2020.backend.data.tokens.dao

Types

RefreshToken
Link copied to clipboard
data class RefreshToken(id: String, userId: Long)

Functions

from
Link copied to clipboard
fun UpdateBuilder<Any>.from(token: RefreshToken)