AuthSession

data class AuthSession(val userId: String?, val accessToken: String, val refreshToken: String)

Constructors

Link copied to clipboard
constructor(userId: String?, accessToken: String, refreshToken: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard