IAdmSelfPasswordResetManager6
The IAdmSelfPasswordResetManager6 interface extends the IAdmSelfPasswordResetManager interface with the ability to check whether time-based one-time password authentication is enabled for the user, the application to be used and to validate the authentication code.
Inheritance: IAdmSelfPasswordResetManager4
Methods
-
Method
-
Description
-
CheckTotpVerificationCode()
-
Validates the specified time-based one-time password authentication code for the user.
Properties
-
Property
-
Description
-
TotpApplication
-
Gets the application used for time-based one-time password authentication of the user.
-
TotpVerificationEnabled
-
Gets a value indicating whether time-based one-time password authentication is enabled in the password self-service policy applied to the user.
Details
CheckTotpVerificationCode()
Validates the specified time-based one-time password authentication code for the user. If the code is invalid, the method throws the SelfPasswordResetException exception.
void CheckTotpVerificationCode(string verificationCode)
TotpApplication
Gets the application used for time-based one-time password authentication of the user.
- Type:
- ADM_TOTPENROLLMENTAPPLICATION_ENUM
- Access:
- Read-only
TotpVerificationEnabled
Gets a value indicating whether time-based one-time password authentication is enabled in the password self-service policy applied to the user.
- Type:
- bool
- Access:
- Read-only
Requirements
Minimum required version: 2019.2