QuickConnectResult

data class QuickConnectResult(val authenticated: Boolean, val secret: String, val code: String, val deviceId: String, val deviceName: String, val appName: String, val appVersion: String, val dateAdded: DateTime)

Stores the state of an quick connect request.

Constructors

Link copied to clipboard
constructor(authenticated: Boolean, secret: String, code: String, deviceId: String, deviceName: String, appName: String, appVersion: String, dateAdded: DateTime)

Properties

Link copied to clipboard

The requesting app name.

Link copied to clipboard

The requesting app version.

Link copied to clipboard

A value indicating whether this request is authorized.

Link copied to clipboard

The user facing code used so the user can quickly differentiate this request from others.

Link copied to clipboard

The DateTime that this request was created.

Link copied to clipboard

The requesting device id.

Link copied to clipboard

The requesting device name.

Link copied to clipboard

The secret value used to uniquely identify this request. Can be used to retrieve authentication information.