Sha256: a6467709295ab8a2e04a4b974cfcd09aceb853800a258430cc817c1398d3d68e
Contents?: true
Size: 411 Bytes
Versions: 2
Compression:
Stored size: 411 Bytes
Contents
# PinterestSdkClient::OauthAccessTokenResponseCode ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **refresh_token** | **String** | | | | **refresh_token_expires_in** | **Integer** | | | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::OauthAccessTokenResponseCode.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/OauthAccessTokenResponseCode.md |
pinterest_sdk-1.0.0 | docs/OauthAccessTokenResponseCode.md |