Google OAuth 2.0

The module provides SSO with Google to your web and mobile apps

Business processes

Google OAuth 2.0: Get Access Token

Input

  • refresh_token (string)

  • client_id (string)

  • client_secret (string)

Output

  • access_token

Google OAuth 2.0: Get Auth URL

Input

  • client_id (string)

  • redirect_url (string)

  • scopers (array string)

Output

  • url (string)

Google OAuth 2.0: Get Refresh Token

Input

  • auth_code (string)

  • client_id (string)

  • client_secret (string)

  • redirect_url (string)

Output

  • refresh_token (string)

  • access_token (string)

Last updated