Interface DeviceCredentialCreate

Hierarchy

  • DeviceCredentialCreate

Indexable

[key: string]: any | any

Properties

client_id?: string

client_id of the client (application) this credential is for.

device_id: string

Unique identifier for the device. Recommend using Android_ID on Android and identifierForVendor.

device_name: string

Name for this device easily recognized by owner.

type: "public_key"

Type of credential. Must be public_key.

value: string

Base64 encoded string containing the credential.