- Preparing search index...
- The search index is not available
hunter2
Properties
oauth2AccountHandler
oauth2
Account
Handler
: ((profile
: NormalizedProfile, req
: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>) => Promise<void>)
Type declaration
-
- (profile: NormalizedProfile, req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>): Promise<void>
-
Parameters
-
-
req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>
Returns Promise<void>
oauth2Handler
oauth2
Handler
: ((req
: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>) => Promise<NormalizedProfile>)
Type declaration
-
- (req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>): Promise<NormalizedProfile>
-
Parameters
-
req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>
Should sign in to the OAuth account if it exists, or create it if it doesn't.