UNPKG

@linkedmink/passport-mutual-key-challenge

Version:

Implements a Passport strategy to authenticate the public key of a user by issuing a dynamic generated challenge

4 lines 446 B
import { GetClientChallengeOrResponseFunc } from "./Types/Functions"; export declare const challengeByBase64Body: (userIdProperty: "userId", challengeProperty: "challenge", responseProperty?: string) => GetClientChallengeOrResponseFunc; export declare const challengeByBase64Header: (keyFieldName?: string, challengeFieldName?: string, responseFieldName?: string) => GetClientChallengeOrResponseFunc; //# sourceMappingURL=RequestFuncs.d.ts.map