UNPKG

@manujdhull/nestjs-pkce-oauth2

Version:

A NestJS plugin to simplify OAuth2 PKCE flow integration, including decorators, guards, and token/session management.

2 lines (1 loc) 103 B
export declare function assertQueryParams(requiredParams: string[], query: Record<string, any>): void;