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;
};
}
clientId: string
clientSecret: string
headers: {
User-Agent: string;
}
ipad: {
clientId: string;
clientSecret: string;
}
clientId: string
clientSecret: string
iphone: {
clientId: string;
clientSecret: string;
}
clientId: string
clientSecret: string
vkMe: {
clientId: string;
clientSecret: string;
}
clientId: string
clientSecret: string
windows: {
clientId: string;
clientSecret: string;
}
clientId: string
clientSecret: string
windowsPhone: {
clientId: string;
clientSecret: string;
}
clientId: string
clientSecret: string