Class OAuth2RefreshTokenRoute<P, ResBody, ReqBody, ReqQuery, Locals, MetaResType>
Type Parameters
- P = core.ParamsDictionary
- ResBody = any
- ReqBody = any
- ReqQuery = ParsedQs
- Locals extends Record<string, any> = Record<string, any>
- MetaResType = any
Constructors
constructor
- new OAuth2RefreshTokenRoute<
P = ParamsDictionary,
ResBody = any,
ReqBody = any,
ReqQuery = ParsedQs,
Locals extends Record<string, any> = Record<string, any>,
MetaResType = any,
>(
url: string,
handler?: OAuth2RefreshTokenHandler<
P,
ResBody,
ReqBody,
ReqQuery,
Locals,
MetaResType,
>,
): OAuth2RefreshTokenRoute<
P,
ResBody,
ReqBody,
ReqQuery,
Locals,
MetaResType,
> Type Parameters
- P = ParamsDictionary
- ResBody = any
- ReqBody = any
- ReqQuery = ParsedQs
- Locals extends Record<string, any> = Record<string, any>
- MetaResType = any
Properties
Protected
Optional
badRequestHandler
Protected
Optional
handler
Methods
getUrl
- getUrl(): string
Returns string
resetBadRequestHandler
- resetBadRequestHandler(): this
Returns this