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\u003eThe latest version available is 1.69.0, with other versions listed including 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0.\u003c/p\u003e\n"],["\u003cp\u003eThe content outlines classes like \u003ccode\u003eAuthorizationCodeFlow\u003c/code\u003e, \u003ccode\u003eAuthorizationCodeFlow.Initializer\u003c/code\u003e, \u003ccode\u003eGoogleAuthorizationCodeFlow\u003c/code\u003e, and \u003ccode\u003eGoogleAuthorizationCodeFlow.Initializer\u003c/code\u003e, with the primary \u003ccode\u003eAuthorizationCodeFlow\u003c/code\u003e class being a thread-safe OAuth 2.0 flow.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAuthorizationCodeFlow\u003c/code\u003e allows applications to access protected data through an access token and refresh token, after the user authorizes the application.\u003c/p\u003e\n"],["\u003cp\u003eAn interface \u003ccode\u003eIAuthorizationCodeFlow\u003c/code\u003e provides the basic OAuth 2.0 flow for managing user credentials.\u003c/p\u003e\n"]]],[],null,[]]