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