Response

@Serializable
data class Response(val userId: UserId, val accessToken: String, val accessTokenExpiresInMs: Long? = null, val refreshToken: String? = null, val deviceId: String, val discoveryInformation: DiscoveryInformation? = null)

Constructors

Link copied to clipboard
constructor(userId: UserId, accessToken: String, accessTokenExpiresInMs: Long? = null, refreshToken: String? = null, deviceId: String, discoveryInformation: DiscoveryInformation? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val refreshToken: String? = null
Link copied to clipboard
val userId: UserId