GoogleTokenProvider

1.0.1

Google token provider for SwiftConnection
alexfilimon/GoogleTokenProvider

What's New

Fix shell func

2020-03-31T14:43:17Z

GoogleTokenProvider

Library for accessing google API.

Library is an addition to SwiftConnection library.

Credential file should be in format:

{
    "client_id": "some_client_id",
    "authorize_url": "https://accounts.google.com/o/oauth2/auth",
    "token_url": "https://oauth2.googleapis.com/token",
    "client_secret": "client_secret",
    "callback": "/google/callback"
}

Description

  • Swift Tools 5.1.0
View More Packages from this Author

Dependencies

Last updated: Wed Feb 01 2023 01:31:49 GMT-1000 (Hawaii-Aleutian Standard Time)