Top "Google-oauth" questions

Google APIs use the OAuth 2.0 protocol for authentication and authorization.

Google Authenticator - missing otpauth protocol parameter

I'm trying to generate a QR code for the Google Authenticator app for my site (to use for Two-Factor Authentication …

authentication oauth google-oauth google-authenticator
How to change Google consent screen email?

I created new Google Play game and would like to change the email displayed on Google Consent Screen. Google Developers …

oauth google-api google-oauth google-developers-console
How do I use google.oauth2 python library?

I'm trying to just make a simple rest call to a secure predict endpoint for a google machine learning project …

python google-oauth google-api-python-client
Google OAuth 2.0 refresh token for web application with public access

I'm getting the following error: The OAuth 2.0 access token has expired, and a refresh token is not available. Refresh tokens …

php gmail google-oauth google-api-php-client
How do I validate an access token using the at_hash claim of an id token?

Say I have the following response from Google's OAuth2 /token endpoint after exchanging the code obtained from the /auth endpoint (…

google-oauth google-openid
Get user name, avatar from google account

I'm developing an module that use GoogleAccountCredential to login, upload & download a file to GoogleDrive. I want to get …

android google-drive-api google-oauth google-account
How to authenticate user with just a Google account on Actions on Google?

Currently Google Assitant includes an easy way to request non-identifiable information about the user and a detailed flow to authenticate …

google-oauth actions-on-google
Error when recreating a Client ID for an Android App in the API Console

I created a Client ID for my Android App in the API Console specifying the package name (com.clc.mmm.…

android google-oauth clientid
Google API OAuth for Drive API is not working. Getting Error: origin_mismatch

I am trying to run the quick start code of Real Time API of Google Drive. I believe I did …

oauth google-drive-api google-oauth google-drive-realtime-api
Import Error: Google Analytics API Authorization

I'm trying to run the sample provided here https://developers.google.com/analytics/devguides/reporting/core/v3/quickstart/service-py for …

python oauth-2.0 google-api google-oauth google-analytics-api