2022-07-12 09:00:22 +02:00

2 lines
117 B
TypeScript

export declare type Authenticator = (challenge: object) => Promise<string>;
//# sourceMappingURL=credentials.d.ts.map