Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 442 Bytes

SubOAuth.md

File metadata and controls

11 lines (7 loc) · 442 Bytes

Dropbox::Sign::SubOAuth

OAuth related parameters.

Properties

Name Type Description Notes
callback_url String The callback URL to be used for OAuth flows. (Required if oauth[scopes] is provided)
scopes Array<String> A list of OAuth scopes to be granted to the app. (Required if oauth[callback_url] is provided).