Options
All
  • Public
  • Public/Protected
  • All
Menu

A read only view over all devices belonging to a user.

Hierarchy

  • UserDevices

Index

Constructors

Methods

  • devices(): any[]
  • Iterator over all the devices of the user devices.

    Returns any[]

  • free(): void
  • Returns void

  • Get the specific device with the given device ID.

    Parameters

    Returns undefined | Device

  • isAnyVerified(): boolean
  • Returns true if there is at least one devices of this user that is considered to be verified, false otherwise.

    This won't consider your own device as verified, as your own device is always implicitly verified.

    Returns boolean

  • keys(): any[]
  • Array over all the device IDs of the user devices.

    Returns any[]

Generated using TypeDoc