Classes
AuthorizationCodeFlow
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.
AuthorizationCodeFlow.Initializer
An initializer class for the authorization code flow.
GoogleAuthorizationCodeFlow
Google specific authorization code flow which inherits from AuthorizationCodeFlow .
GoogleAuthorizationCodeFlow.Initializer
An initializer class for Google authorization code flow.
Interfaces
IAuthorizationCodeFlow
OAuth 2.0 authorization code flow that manages and persists end-user credentials.

