nest-oidc-provider
Version:
oidc-provider module for Nest framework (node.js)
13 lines (12 loc) • 344 B
TypeScript
/**
* Get a new `KoaContextWithOIDC` instance
*/
export declare const OidcContext: () => ParameterDecorator;
/**
* Get a new `InteractionHelper` instance
*/
export declare const OidcInteraction: () => ParameterDecorator;
/**
* Get the user `Session` from the current context
*/
export declare const OidcSession: () => ParameterDecorator;