11 lines
327 B
TypeScript
11 lines
327 B
TypeScript
import { ZitadelAuth } from './index.cjs';
|
|
import { Z as ZitadelAuthConfig } from './types-C5b7Bv-t.cjs';
|
|
|
|
declare function provideZitadelAuth(config: ZitadelAuthConfig): {
|
|
provide: string;
|
|
useValue: ZitadelAuth;
|
|
};
|
|
declare function zitadelGuard(): () => Promise<boolean>;
|
|
|
|
export { provideZitadelAuth, zitadelGuard };
|