Check if the platform has a native SDK
bool hasNativeSDK(String platform) { return oauthConfig[platform]?['hasNativeSDK'] ?? false; }