UNPKG

@jackywxd/feathers-refresh-token

Version:
3 lines (2 loc) 138 B
import { Hook, Service } from '@feathersjs/feathers'; export declare const refreshAccessToken: (options?: {}) => Hook<any, Service<any>>;