Sha256: 7e79efd1456015b8d87bb6f61fde2e6c8268a8f118e3669be4be3ec1c69835c2

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

# PinterestSdkClient::OauthAccessTokenResponseCodeAllOf

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **refresh_token** | **String** |  |  |
| **refresh_token_expires_in** | **Integer** |  |  |

## Example

```ruby
require 'pinterest_sdk'

instance = PinterestSdkClient::OauthAccessTokenResponseCodeAllOf.new(
  refresh_token: null,
  refresh_token_expires_in: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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