About 53 results
Open links in new tab
  1. Using OAuth 2.0 to Access Google APIs - Google Developers

    Dec 11, 2025 · Before your application can access private data using a Google API, it must obtain an access token that grants access to that API. A single access token can grant varying degrees of …

  2. Using the token model | Web guides | Google for Developers

    Jan 7, 2026 · An access token can be used to make authenticated requests to Google APIs using REST and CORS. This enables users to sign-in, grant consent, Google to issue an access token and your …

  3. OAuth 2.0 for Client-side Web Applications - Google Developers

    5 days ago · In this code snippet, the access_token variable represents the token you have obtained to make API requests on the authorized user's behalf. The complete example demonstrates how to …

  4. Using OAuth 2.0 for Web Server Applications - Google Developers

    Dec 19, 2025 · Access tokens periodically expire and become invalid credentials for a related API request. You can refresh an access token without prompting the user for permission (including when …

  5. OAuth 2.0 Playground - Google Developers

    Select the scope for the APIs you would like to access or input your own OAuth scopes below. Then click the "Authorize APIs" button.

  6. Using OAuth 2.0 for Server to Server Applications | Authorization ...

    Dec 11, 2025 · With some Google APIs, you can make authorized API calls using a signed JWT directly as a bearer token, rather than an OAuth 2.0 access token. When this is possible, you can avoid …

  7. Obtaining authorization credentials | YouTube Data API | Google for ...

    Aug 28, 2025 · This document describes the different types of authorization credentials that the Google API Console supports. It also explains how to find or create authorization credentials for your project.

  8. Implement server-side authorization | Gmail - Google Developers

    Dec 16, 2025 · The authorization code is a one-time code that your server can exchange for an access token. This access token is passed to the Gmail API to grant your application access to user data for …

  9. OpenID Connect | Sign in with Google | Google for Developers

    Jan 28, 2026 · You can obtain additional user profile information and access other Google APIs by including relevant scopes in the authentication request and using the userinfo endpoint with an …

  10. OAuth 2.0 for iOS & Desktop Apps | Google for Developers

    5 days ago · After your application obtains an access token, you can use the token to make calls to a Google API on behalf of a given user account if the scope (s) of access required by the API have …