@nestjs-mod/sso
Version:
NestJS SDK for Single Sign-On on NestJS and Angular with webhooks and social authorization (Wrapper for https://www.npmjs.com/package/@nestjs-mod/sso-rest-sdk)
8 lines (7 loc) • 727 B
TypeScript
import { CheckAccessOptions } from './sso.types';
export declare const InjectSsoService: (service: any, contextName?: any) => any;
export declare const getSsoServiceToken: (targetName: any, contextName?: string) => string, getSsoEnvironmentsLoaderToken: (contextName?: string) => import("@nestjs/common").InjectionToken;
export declare const AllowEmptySsoUser: import("@nestjs/core").ReflectableDecorator<unknown, unknown>;
export declare const CheckSsoAccess: import("@nestjs/core").ReflectableDecorator<CheckAccessOptions, CheckAccessOptions>;
export declare const CurrentSsoUser: (...dataOrPipes: unknown[]) => ParameterDecorator;
export declare const CurrentSsoUserToken: (...dataOrPipes: unknown[]) => ParameterDecorator;