2 lines
117 B
TypeScript
Raw Normal View History

2022-07-12 09:00:22 +02:00
export declare type Authenticator = (challenge: object) => Promise<string>;
//# sourceMappingURL=credentials.d.ts.map