Archived
1
0

Authentication proccess

This commit is contained in:
Michael Gordeev
2019-08-25 23:57:26 +03:00
parent 6d093c90f5
commit bf7ebbf21c
20 changed files with 1673 additions and 145 deletions
+7 -6
View File
@@ -105,6 +105,7 @@
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="Classes\Authenticator.cs" />
<Compile Include="Classes\Downloads.cs" />
<Compile Include="Classes\Extensions.cs" />
<Compile Include="Classes\Methods.cs" />
@@ -248,19 +249,19 @@
<Version>0.12.1</Version>
</PackageReference>
<PackageReference Include="Google.Apis">
<Version>1.30.0-beta02</Version>
<Version>1.40.3</Version>
</PackageReference>
<PackageReference Include="Google.Apis.Auth">
<Version>1.30.0-beta02</Version>
<Version>1.40.3</Version>
</PackageReference>
<PackageReference Include="Google.Apis.Core">
<Version>1.30.0-beta02</Version>
<Version>1.40.3</Version>
</PackageReference>
<PackageReference Include="Google.Apis.Oauth2.v2">
<Version>1.29.2.994</Version>
<Version>1.40.3.1602</Version>
</PackageReference>
<PackageReference Include="Google.Apis.YouTube.v3">
<Version>1.29.2.1006</Version>
<Version>1.40.3.1663</Version>
</PackageReference>
<PackageReference Include="Microsoft.Advertising.XAML">
<Version>10.1811.22001</Version>
@@ -290,7 +291,7 @@
<Version>4.3.0</Version>
</PackageReference>
<PackageReference Include="YoutubeExplode">
<Version>4.7.6</Version>
<Version>4.7.8</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>