MCPcopy Create free account
hub / github.com/bsoc-bitbyte/busify / constructor

Method constructor

backend/src/Auth/auth.service.ts:14–14  ·  view source on GitHub ↗
(private prisma: PrismaService, private jwtService: JwtService)

Source from the content-addressed store, hash-verified

12@Injectable({})
13export class AuthService {
14 constructor(private prisma: PrismaService, private jwtService: JwtService) {}
15
16 // /google/callback route handler
17 async googleLoginCallback(code: string, res: Response) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected