| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| 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. |
A Boolean value indicating success.