Skip to content

vemacs/GPSOAuthSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPSOAuthSharp

A .NET client library for Google Play Services OAuth written in C#.

This is a C# port of https://github.com/simon-weber/gpsoauth

NuGet package

You can find this on NuGet at https://www.nuget.org/packages/GPSOAuthSharp/

Usage

Construct a DankMemes.GPSOAuthSharp.GPSOAuthClient(email, password).

Use PerformMasterLogin() or PerformOAuth() to retrieve a Dictionary<string, string> of response values.

Demo response values:

Wrong credentials:

You can download an executable for the Demo on the Releases page.

The source for the Demo is located in the GPSOAuthDemo directory. The main class is here.

Python result (for comparison):

Goals

This project intends to follow the Google-specific parts of the Python implementation extremely carefully, so that any changes made to the Python implementation can be easily applied to this.

About

A .NET client library for Google Play Services OAuth written in C#

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages