Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GenerateOneTimeAuthCodeResult

Used to return a One Time Authentication Code and randomly generated key.

Hierarchy

  • GenerateOneTimeAuthCodeResult

Index

Properties

Properties

code

code: string

One Time Authentication mac and message stored as a specifically formatted base64 string.

key

key: Buffer

One Time Authentication randomly generated key. This value should be kept secret.

Generated using TypeDoc