IDShare
  • SYSTEM INTRODUCTION
  • TECHNICAL SOLUTIONS
    • ARCHITECTURE DESIGN
    • DETAILED DESIGN
    • TECHNICAL DETAILS
      • Single Sign-On (SSO)
      • eKYC
      • Blockchain
      • Security
      • Performance
      • Scalability
      • Recovery
    • WHITE PAPER
  • Fundamental Details
    • ROADMAP
    • FEATURES
    • API INTEGRATION GUIDELINE
      • User Profile
        • Get Own Profile
        • Get User Profile by ID
        • Update User Profile
        • Search User
        • Smile User
        • Get Smile User Status
        • Get User Wallet
        • Verify phone number
      • Authorization
        • Reset password
        • Get Access Token (SSO)
        • Send OTP forgot password
        • Validate TSP
        • Check Exists TSP
        • Check OTP code
      • Account
        • Register account
        • Email Verification
        • Login
        • Forgot password
        • Change password
        • Create TSP
        • Change TSP
        • eKyc
        • Login with 2FA
  • About us
    • TEAM
Powered by GitBook
On this page
  • PROCESS FLOW
  • API INTEGRATION
  1. Fundamental Details
  2. API INTEGRATION GUIDELINE
  3. Account

Login with 2FA

2FA: Two Factor Authentication

PreviouseKycNextTEAM

Last updated 3 years ago

PROCESS FLOW

API INTEGRATION

  1. Enable 2FA api

POST /api/v1/user-profile/two-factor-enabled

Request Body

Name
Type
Description

isEnabled*

Boolean

password*

String

userId*

String

{
    // Response
}

HTTP Request

Attribute
Type
Required

isEnabled

boolean

password

string

userId

string

Example Request

{
    isEnabled: true,
    password: "1234@Abc",
    userId;"c5s-fsdjj-ahfsags"
}

Example Response

true
2FA To Login Flow