Skip to main content

Crate gapirs_common

Crate gapirs_common 

Source

Re-exports§

pub use crate::api::*;

Modules§

api
defaults
This module provides some functions that can be used as serde defaults
deps
errors
utils

Structs§

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.

Traits§

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.