Files
claudedo-online/vendor/zitadel-auth/dist/angular.d.ts

11 lines
325 B
TypeScript

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