¶ Access MFA through SDK
Update time: 2025-07-23 07:34:21
¶ Overview
GenAuth can not only configure the MFA authentication process through the console, but also customize the MFA authentication process of GenAuth through the SDK.
This article will take GenAuth - Node/JavaScript SDK as an example to guide users to complete the SDK-based MFA custom development.
It includes: binding MFA authenticator, unbinding MFA authenticator, user secondary authentication, etc.
¶ Preparation
¶ Multi-factor authentication (MFA) API
Reference authentication API documentation (opens new window)
Reference management API documentation (opens new window)
