Request

@Serializable
data class Request(val type: String, val identifier: IdentifierType? = null, val password: String? = null, val refreshToken: Boolean? = null, val token: String? = null, val deviceId: String? = null, val initialDeviceDisplayName: String? = null)

Constructors

Link copied to clipboard
fun Request(type: String, identifier: IdentifierType? = null, password: String? = null, refreshToken: Boolean? = null, token: String? = null, deviceId: String? = null, initialDeviceDisplayName: String? = null)

Properties

Link copied to clipboard
val deviceId: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val password: String? = null
Link copied to clipboard
val refreshToken: Boolean? = null
Link copied to clipboard
val token: String? = null
Link copied to clipboard