IPWorks Auth 2020 Kotlin Edition

Questions / Feedback?

PasswordAlgorithm Property

The algorithm used to create or validate the password.

Syntax

public var passwordAlgorithm: OnetimepasswordPasswordAlgorithms

public enum class OnetimepasswordPasswordAlgorithms(val value: Int) {
paTOTP(0),
paHOTP(1);
}

Default Value

0

Remarks

This property specifies whether to use the HMAC-Based or Time-Based One Time Password algorithm. Possible values are:

0 (paTOTP - default) Time-Based One Time Password Algorithm.
1 (paHOTP) HMAC-Based One Time Password Algorithm.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Auth 2020 Kotlin Edition - Version 20.0 [Build 7941]