Function refreshAccessTokenHandler
- refreshAccessTokenHandler(req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>, res: Response<any, Record<string, any>>): Promise<Response<any, Record<string, any>>>
-
Parameters
-
req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>
-
res: Response<any, Record<string, any>>
Returns Promise<Response<any, Record<string, any>>>
This controller will refresh the
access_token
use therefresh_token
sent in headerAuthor
aayushchugh