Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 533 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 533 Bytes

Kotlin Android client library for Google Play Services OAuth

Based on gpsoauth-java by swarzee which is based on gpsoauth by Simon Weber.

With this library you can log in using username and password.

Simplest usage:

val token: AuthToken = Gpsoauth().login("username", "password", "androidId", "service", "app", "clientSig")