@oneblink/apps-react
    Preparing search index...

    Type Alias MfaRequirementCheckResult

    type MfaRequirementCheckResult = {
        mfaSettings: Awaited<ReturnType<typeof getMfaSettings>>;
        userMeetsMfaRequirement: boolean;
    }
    Index

    Properties

    mfaSettings: Awaited<ReturnType<typeof getMfaSettings>>
    userMeetsMfaRequirement: boolean