Function redirectToGoogleConsentScreenHandler
- redirectToGoogleConsentScreenHandler(req: Request<{}, {}, {}, {
id: string;
}, Record<string, any>>, res: Response<any, Record<string, any>>): void
-
Parameters
-
req: Request<{}, {}, {}, {
id: string;
}, Record<string, any>>
-
res: Response<any, Record<string, any>>
Returns void
This controller will redirect user to google consent screen
Author
aayushchugh