Sha256: 0c08d9507fe950637bcab32fed01ec41c25bb0b0ff00bfd07afe21d45bc4632f

Contents?: true

Size: 376 Bytes

Versions: 2

Compression:

Stored size: 376 Bytes

Contents

# PinterestSdkClient::OauthAccessTokenRequestCodeAllOf

## Properties

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

## Example

```ruby
require 'pinterest_sdk'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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