Thread-safe OAuth 2.0 authorization code flow that manages and persists end-user credentials.
This is designed to simplify the flow in which an end-user authorizes the application to access their protected
data, and then the application has access to their data based on an access token and a refresh token to refresh
that access token when it expires.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-10 UTC."],[[["This document details the OAuth 2.0 authorization code flow classes and interfaces for the Google APIs .NET library, including `AuthorizationCodeFlow` and its Google-specific extensions."],["The `AuthorizationCodeFlow` class is a thread-safe implementation for managing and persisting end-user credentials, simplifying the process of authorizing an application to access protected data."],["Google-specific flows like `GoogleAuthorizationCodeFlow` and `PkceGoogleAuthorizationCodeFlow` extend the base functionality to meet Google's requirements and support PKCE for enhanced security."],["The `IAuthorizationCodeFlow` and `IPkceAuthorizationCodeFlow` interfaces define the contract for OAuth 2.0 authorization flows and flows supporting Proof Key for Code Exchange (PKCE), respectively."],["The latest version of this document is `1.69.0` , with version history going as far back as `1.50.0`."]]],[]]