Sha256: 94447772520f79efc5ed550887e5bdb334150c2f2e0fdec1a3eab41c686cc5ac

Contents?: true

Size: 396 Bytes

Versions: 2

Compression:

Stored size: 396 Bytes

Contents

# PinterestSdkClient::OauthAccessTokenRequestRefreshAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **refresh_token** | **String** |  |  |
| **scope** | **String** |  | [optional] |

## Example

```ruby
require 'pinterest_sdk'

instance = PinterestSdkClient::OauthAccessTokenRequestRefreshAllOf.new(
  refresh_token: null,
  scope: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pinterest_sdk-1.1.0 docs/OauthAccessTokenRequestRefreshAllOf.md
pinterest_sdk-1.0.0 docs/OauthAccessTokenRequestRefreshAllOf.md