VerifyTwoFactorAuthRequest: {
    code: string;
    token: string;
}

Type declaration

  • code: string

    The six digits code sent via email to verify the user

  • token: string

    The two factor auth token used to verify the code

Generated using TypeDoc