Crate httpclient_oauth2

Source
Expand description

There are two key structs in this module: OAuth2Flow and OAuth2. OAuth2Flow brings the user through the OAuth2 flow, and OAuth2 is a middleware used to authorize requests.

Structs§

ExchangeData
ExchangeResponse
Initialize
Parameters for initializing the OAuth2 flow.
MissingRefreshToken
OAuth2
OAuth2Flow
The main entry point for taking the user through OAuth2 flow.
RedirectData
The params returned
RefreshConfig
RefreshData

Enums§

AccessType
PromptType
TokenType