Sha256: cac44c1582c907d65ef5a46e0739dfcdd67be9acdb5d614219ebf49b6d4c937b

Contents?: true

Size: 386 Bytes

Versions: 2

Compression:

Stored size: 386 Bytes

Contents

# PinterestSdkClient::OauthAccessTokenRequestRefresh

## Properties

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

## Example

```ruby
require 'pinterest_sdk'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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