Trait dropbox_sdk::client_trait::TeamAuthClient[][src]

pub trait TeamAuthClient: HttpClient { }

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.

Implementors

impl TeamAuthClient for TeamAuthDefaultClient[src]

This is supported on crate feature default_client only.
Loading content...