/** * Injection token for the `TKeycloakModuleOptions` configuration object. * * Provided automatically by `KeycloakModule.forRoot()` and `KeycloakModule.forRootAsync()`. * Use this token when injecting the raw module options directly (e.g. in custom services * that need access to `authServerUrl`, `realm`, or `clientId`). * * @example * ```typescript * constructor(@Inject(KEYCLOAK_MODULE_OPTIONS) options: TKeycloakModuleOptions) { * console.log(options.realm); * } * ``` */ export declare const KEYCLOAK_MODULE_OPTIONS: unique symbol; //# sourceMappingURL=keycloak.constants.d.ts.map