UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

21 lines (20 loc) 1.12 kB
import { useChangePassword as o } from "./useChangePassword.js"; import { useConsentToOAuth2Request as r, useGetHasUserAuthorizedOAuthClient as u, useGetOAuth2Client as n, useGetOAuth2RequestDescription as a } from "./useOIDC.js"; import { useResetPassword as l } from "./useResetPassword.js"; import { useDisableTwoFactorAuth as c, useDisableTwoFactorAuthWithResetToken as T, useFinishTwoFactorEnrollment as w, useGetTwoFactorEnrollmentStatus as A, useGetTwoFactorEnrollmentStatusWithAccessToken as m, useResetTwoFactorAuth as F, useStartTwoFactorEnrollment as p } from "./useTwoFactorEnrollment.js"; export { o as useChangePassword, r as useConsentToOAuth2Request, c as useDisableTwoFactorAuth, T as useDisableTwoFactorAuthWithResetToken, w as useFinishTwoFactorEnrollment, u as useGetHasUserAuthorizedOAuthClient, n as useGetOAuth2Client, a as useGetOAuth2RequestDescription, A as useGetTwoFactorEnrollmentStatus, m as useGetTwoFactorEnrollmentStatusWithAccessToken, l as useResetPassword, F as useResetTwoFactorAuth, p as useStartTwoFactorEnrollment }; //# sourceMappingURL=index.js.map