mwbot-ts - v1.2.7
    Preparing search index...

    Interface ApiResponseQueryMetaAuthmanagerinfo

    interface ApiResponseQueryMetaAuthmanagerinfo {
        canauthenticatenow: boolean;
        cancreateaccounts: boolean;
        canlinkaccounts: boolean;
        fields?: Record<string, ApiResponseQueryMetaAuthmanagerinfoRequestsField>;
        haspreservedstate?: boolean;
        hasprimarypreservedstate?: boolean;
        preservedusername?: string;
        requests?: ApiResponseQueryMetaAuthmanagerinfoRequests[];
        securitysensitiveoperationstatus?: "ok" | "reauth" | "fail";
    }
    Index

    Properties

    canauthenticatenow: boolean
    cancreateaccounts: boolean
    canlinkaccounts: boolean
    haspreservedstate?: boolean
    hasprimarypreservedstate?: boolean
    preservedusername?: string
    securitysensitiveoperationstatus?: "ok" | "reauth" | "fail"