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 older versions like 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0 also accessible.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAuthorizationCodeFlow\u003c/code\u003e class is a thread-safe OAuth 2.0 authorization flow for managing user credentials and data access.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGoogleAuthorizationCodeFlow\u003c/code\u003e is a specialized version of \u003ccode\u003eAuthorizationCodeFlow\u003c/code\u003e tailored for Google services.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIAuthorizationCodeFlow\u003c/code\u003e is an interface that defines the OAuth 2.0 authorization code flow for credential management.\u003c/p\u003e\n"],["\u003cp\u003eThere are also Initializer classes available for \u003ccode\u003eAuthorizationCodeFlow\u003c/code\u003e and \u003ccode\u003eGoogleAuthorizationCodeFlow\u003c/code\u003e, for setting up the respective flows.\u003c/p\u003e\n"]]],[],null,[]]