UNPKG

@rsksmart/express-did-auth

Version:

Authentication with Verifiable Credentials for Express.js

3 lines 251 B
import { AppState, AuthenticationConfig } from '../types'; export declare function refreshTokenFactory(state: AppState, accessTokenConfig: AuthenticationConfig): (req: any, res: any) => Promise<any>; //# sourceMappingURL=refresh-token-factory.d.ts.map