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 multiple previous versions accessible, including 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAuthorizationCodeFlow\u003c/code\u003e is a thread-safe OAuth 2.0 authorization flow designed to manage and persist end-user credentials.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGoogleAuthorizationCodeFlow\u003c/code\u003e is a Google-specific authorization code flow that extends the functionality of \u003ccode\u003eAuthorizationCodeFlow\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are initializer classes for both \u003ccode\u003eAuthorizationCodeFlow\u003c/code\u003e and \u003ccode\u003eGoogleAuthorizationCodeFlow\u003c/code\u003e for easy setup and configuration.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIAuthorizationCodeFlow\u003c/code\u003e is an interface for the OAuth 2.0 authorization code flow that manages and persists end-user credentials.\u003c/p\u003e\n"]]],[],null,[]]