Options
All
  • Public
  • Public/Protected
  • All
Menu

A Matrix device key ID.

A key algorithm and a device ID, combined with a ‘:’.

Hierarchy

  • DeviceKeyId

Index

Constructors

Properties

Methods

Constructors

  • Parse/validate and create a new DeviceKeyId.

    Parameters

    • id: string

    Returns DeviceKeyId

Properties

Returns key algorithm of the device key ID.

deviceId: DeviceId

Returns device ID of the device key ID.

Methods

  • free(): void
  • Returns void

  • toString(): string
  • Return the device key ID as a string.

    Returns string

Generated using TypeDoc