UNPKG

@cobuildlab/auth0-utils

Version:

This is package to deal with common scenarios working with auth0 platform

3 lines (2 loc) 247 B
export { createAuth0User, updateAuth0User, fetchUserByEmailOnAuth0, fetchAccessTokenOnAuth0, sendAuth0EmailVerification, } from './utils'; export { createAuth0Client, Auth0User, SendVerificationEmailResponse, Auth0ClientParams, } from './client';