lets-mfa
Version:
Free, secure, and quick way to add MFA to your existing app. No user migrations or re-architecture needed!
7 lines • 340 B
TypeScript
import { AuthenticationMethods } from "./auth-methods";
/** These are optional configurations for the Enroll flow. */
export interface AuthPolicy {
/** The allowable authentication methods. If set, the user will be restricted to these allowable methods */
methods: AuthenticationMethods;
}
//# sourceMappingURL=auth-policy.d.ts.map