UNPKG

@ctx-core/auth0-cs-solid

Version:

Auth0 solid-js components & ctx-core integration for client-server multipage apps & font-end single page web apps

8 lines (7 loc) 218 B
import type { auth0__login_data_T } from '@ctx-core/auth0' import type { ctx_T } from 'ctx-core/be' export declare function login( ctx:ctx_T, data:auth0__login_data_T, schedule_forms_clear?:()=>void ):Promise<void>