interface ValidateUserMFAOTPResponse {
    recoveryCodes: string[];
}

Properties

Properties

recoveryCodes: string[]

List of recovery codes usable for this OTP method.