Sha256: 059bb31ce48d2677fee008d91958444df415dd2b91205433dccce04cd4ad4d03

Contents?: true

Size: 366 Bytes

Versions: 2

Compression:

Stored size: 366 Bytes

Contents

# PinterestSdkClient::OauthAccessTokenRequestCode

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **code** | **String** |  |  |
| **redirect_uri** | **String** |  |  |

## Example

```ruby
require 'pinterest_sdk'

instance = PinterestSdkClient::OauthAccessTokenRequestCode.new(
  code: null,
  redirect_uri: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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