This member is for System Use Only and should NOT be used.
Get a User's MFA (TOTP) details and, if the Secret key does not exist, create one.

Syntax

finCloudConnectFunctions.User2FAGetDetails(userPk, totpSecret, totpFinalised, [userDataItem])

Parameters

NameTypeOptionalByRefDescription
userPk Integer The primary key of the User or zero to assume the current User.
totpSecret String ByRef Returns the User's TOTP Secret Key. This will be generated if the User did not previously have a Secret Key.
totpFinalised Boolean ByRef Returns True if the User has successfully, in the past, verified a TOTP against their Secret Key.
userDataItem finUserDataItem Optional ByRef If omitted, a value of Nothing is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finCloudConnectFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0