AuthCodeData

class AuthCodeData @JvmOverloads constructor(val code: String, val deviceId: String = "")

The data with result of the first step of auth.

Constructors

Link copied to clipboard
constructor(code: String, deviceId: String = "")

Properties

Link copied to clipboard

Auth code.

Link copied to clipboard

Device id to be passed to /auth when exchanging code for token.