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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document details the OAuth 2.0 authorization code flow classes and interfaces for the Google APIs .NET library, including \u003ccode\u003eAuthorizationCodeFlow\u003c/code\u003e and its Google-specific extensions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAuthorizationCodeFlow\u003c/code\u003e class is a thread-safe implementation for managing and persisting end-user credentials, simplifying the process of authorizing an application to access protected data.\u003c/p\u003e\n"],["\u003cp\u003eGoogle-specific flows like \u003ccode\u003eGoogleAuthorizationCodeFlow\u003c/code\u003e and \u003ccode\u003ePkceGoogleAuthorizationCodeFlow\u003c/code\u003e extend the base functionality to meet Google's requirements and support PKCE for enhanced security.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIAuthorizationCodeFlow\u003c/code\u003e and \u003ccode\u003eIPkceAuthorizationCodeFlow\u003c/code\u003e interfaces define the contract for OAuth 2.0 authorization flows and flows supporting Proof Key for Code Exchange (PKCE), respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this document is \u003ccode\u003e1.69.0\u003c/code\u003e , with version history going as far back as \u003ccode\u003e1.50.0\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]