Trait dropbox_sdk::client_trait::AppAuthClient [−][src]
Marker trait to indicate that a HTTP client supports App authentication.
App authentication works by adding a Authorization: Basic <base64(APP_KEY:APP_SECRET)>
header
to the HTTP request.