factory OAuthUserConfiguration.fromJson(Map<String, dynamic> json) { return OAuthUserConfiguration.fromJsonString(jsonEncode(json)); }