IPWorks Auth 2020 JavaScript Edition

Questions / Feedback?

CreatePassword Method

Creates a Time-Based or HMAC-Based One Time Password.

Syntax

async onetimepassword.createPassword(): Promise<void>

Remarks

This method creates either a Time-Based or HMAC-Based One Time Password. The PasswordAlgorithm property specifies which algorithm to use.

The following properties are applicable when calling CreatePassword.

Calling CreatePassword populates the Password property with the created password.

If Secret is not specified before calling this method a random secret will be automatically generated.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 JavaScript Edition - Version 20.0 [Build 8262]