Skip to main contentCrate gapirs_common
Source pub use crate::api::*;
- api
- defaults
- This module provides some functions that can be used as serde defaults
- deps
- errors
- utils
- AccessToken
- Represents a token returned by oauth2 servers. All tokens are Bearer tokens. Other types of
tokens are not supported.
- Authenticator
- Authenticator is responsible for fetching tokens, handling refreshing tokens,
and optionally persisting tokens to disk.
- HttpsConnector
- A Connector for the
https scheme. - InstalledFlowAuthenticator
- Create an authenticator that uses the installed flow.
- Error
Error is a trait representing the basic expectations for error values,
i.e., values of type E in Result<T, E>.- Future
- A future represents an asynchronous computation, commonly obtained by use of
async.