interface MultiFactorEnrollment {
    id: string;
    requiresMfa: boolean;
}

Properties

Properties

id: string
requiresMfa: boolean