UNPKG

@toruslabs/customauth

Version:

CustomAuth login with torus to get user private key

9 lines (6 loc) 104 B
// REGION: AUTH0 PARAMS const EMAIL_FLOW = { link: "link", code: "code" }; export { EMAIL_FLOW };