Search Results for

    Show / Hide Table of Contents

    2FA Endpoints

    TwoStepVerificationController<TUserKey, TUser>

    2FA Enable

    Use this endpoint to send email with 2fa token for enabling 2fa.

    Default URL: /users/enable_2fa

    Authorizations : (Jwt)

    Method Request Response
    GET - HTTP_200_OK, HTTP_400_BAD_REQUEST, HTTP_401_UNAUTHORIZED

    2FA Enable Confirm

    Use this endpoint to finish enabling 2fa process.

    Default URL: /users/enable_2fa_confirm

    Authorizations : (Jwt)

    Method Request Response
    POST
    • Email
    • Provider
    • Token
    HTTP_200_OK, HTTP_400_BAD_REQUEST, HTTP_401_UNAUTHORIZED

    2FA Login

    Use this endpoint to login with 2fa process.

    Default URL: /users/two_step_verification_login

    Authorizations : (None)

    Method Request Response
    POST
    • username
    • password
    • provider
    • HTTP_200_OK
    • HTTP_400_BAD_REQUEST
    • HTTP_401_UNAUTHORIZED
    • HTTP_404_NOT_FOUND

    2FA Login Confirm

    Use this endpoint to login with 2fa process.

    Default URL: /users/two_step_verification_confirm

    Authorizations : (None)

    Method Request Response
    POST
    • email
    • provider
    • token
    • HTTP_200_OK
    • HTTP_400_BAD_REQUEST
    • HTTP_401_UNAUTHORIZED
    • HTTP_404_NOT_FOUND
    • Improve this Doc
    In This Article
    Back to top Developed by MadeY and contributors / Licensed under MIT / Website generated by DocFX