pub trait TeamAuthClient: HttpClient { }Expand description
Marker trait to indicate that a HTTP client supports Team authentication.
Team authentication works by adding a Authorization: Bearer <TOKEN> header, and optionally a
Dropbox-API-Select-Admin or Dropbox-API-Select-User header.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl TeamAuthClient for TeamAuthDefaultClient
Available on crate feature
default_client only.