import { DAFF_AUTH_UNAUTHENTICATED_HOOKS } from '@daffodil/auth/state'
A token to hold the unauthenticated hooks.
See DaffAuthUnauthenticatedHook
.
Prefer using daffAuthProvideUnauthenticatedHooks
.
const DAFF_AUTH_UNAUTHENTICATED_HOOKS: InjectionToken<DaffAuthUnauthenticatedHook[]>