Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 645 Bytes

SubOAuth.md

File metadata and controls

12 lines (8 loc) · 645 Bytes

Dropbox.Sign.Model.SubOAuth

OAuth related parameters.

Properties

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

[Back to Model list] [Back to API list] [Back to README]