nest-authify
Version:
Complete authentication and authorization package for NestJS - Monolith and Microservices ready with OAuth, JWT, Redis sessions
7 lines (6 loc) • 302 B
TypeScript
import { ExecutionContext } from '@nestjs/common';
declare const GithubAuthGuard_base: import("@nestjs/passport").Type<import("@nestjs/passport").IAuthGuard>;
export declare class GithubAuthGuard extends GithubAuthGuard_base {
canActivate(context: ExecutionContext): Promise<boolean>;
}
export {};