@vk-io/authorization
    Preparing search index...

    Variable officialAppCredentialsConst

    officialAppCredentials: {
        android: {
            clientId: string;
            clientSecret: string;
            headers: { "User-Agent": string };
        };
        ipad: { clientId: string; clientSecret: string };
        iphone: { clientId: string; clientSecret: string };
        vkMe: { clientId: string; clientSecret: string };
        windows: { clientId: string; clientSecret: string };
        windowsPhone: { clientId: string; clientSecret: string };
    } = ...

    Type Declaration

    • android: { clientId: string; clientSecret: string; headers: { "User-Agent": string } }
    • ipad: { clientId: string; clientSecret: string }
    • iphone: { clientId: string; clientSecret: string }
    • vkMe: { clientId: string; clientSecret: string }
    • windows: { clientId: string; clientSecret: string }
    • windowsPhone: { clientId: string; clientSecret: string }