Module dropbox_sdk::oauth2 [−][src]
Helpers for requesting OAuth2 tokens.
Structs
Oauth2AuthorizeUrlBuilder | Builds a URL that can be given to the user to visit to have Dropbox authorize your app. |
Enums
Oauth2Type | Which type of OAuth2 flow to use. |
Functions
oauth2_token_from_authorization_code | Given an authorization code, request an OAuth2 token from Dropbox API. Requires the App ID and secret, as well as the redirect URI used in the prior authorize request, if there was one. |