SharedKey

A mode where any device is trusted provided they know the secret key. This is a simplistic authentication model normally only suitable for private apps where users and devices are both trusted. In this mode, any string may be used as the app id.

Constructors

Link copied to clipboard
constructor(appId: String, sharedKey: String)