Sha256: b21a9094c9358062fc1ef49a92e9a54870a89e9efcfbf9991f134ed6308d179e

Contents?: true

Size: 644 Bytes

Versions: 15

Compression:

Stored size: 644 Bytes

Contents

# Dropbox::Sign::ApiAppResponseOAuth

An object describing the app's OAuth properties, or null if OAuth is not configured for the app.

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `callback_url` | ```String``` |  The app's OAuth callback URL.  |  |
| `secret` | ```String``` |  The app's OAuth secret, or null if the app does not belong to user.  |  |
| `scopes` | ```Array<String>``` |  Array of OAuth scopes used by the app.  |  |
| `charges_users` | ```Boolean``` |  Boolean indicating whether the app owner or the account granting permission is billed for OAuth requests.  |  |

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
dropbox-sign-1.8.0 docs/ApiAppResponseOAuth.md
dropbox-sign-1.7.0 docs/ApiAppResponseOAuth.md
dropbox-sign-1.6.1 docs/ApiAppResponseOAuth.md
dropbox-sign-1.6.0 docs/ApiAppResponseOAuth.md
dropbox-sign-1.5.0 docs/ApiAppResponseOAuth.md
dropbox-sign-1.4.1 docs/ApiAppResponseOAuth.md
dropbox-sign-1.4.0 docs/ApiAppResponseOAuth.md
dropbox-sign-1.3.0 docs/ApiAppResponseOAuth.md
dropbox-sign-1.2.0 docs/ApiAppResponseOAuth.md
dropbox-sign-1.1.2 docs/ApiAppResponseOAuth.md
dropbox-sign-1.1.1 docs/ApiAppResponseOAuth.md
dropbox-sign-1.1.0 docs/ApiAppResponseOAuth.md
dropbox-sign-1.0.1 docs/ApiAppResponseOAuth.md
dropbox-sign-1.0.0 docs/ApiAppResponseOAuth.md
dropbox-sign-1.0.0.pre.beta2301 docs/ApiAppResponseOAuth.md