Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GenerateOneTimeAuthResult

Used to return a One Time Authentication mac and key as well as the message it was derrived from.

Hierarchy

  • GenerateOneTimeAuthResult

Index

Properties

Properties

key

key: Buffer

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

mac

mac: Buffer

One Time Authentication mac.

message

message: Buffer

One Time Authentication message.

Generated using TypeDoc