Sha256: 7b85276b92a8a9929dcfc43256bc4a1bb8f4f5318231975450e353d5c8b1e6de
Contents?: true
Size: 582 Bytes
Versions: 2
Compression:
Stored size: 582 Bytes
Contents
# PinterestSdkClient::OauthAccessTokenResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **response_type** | **String** | | [optional] | | **access_token** | **String** | | | | **token_type** | **String** | | [default to 'bearer'] | | **expires_in** | **Integer** | | | | **scope** | **String** | | | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::OauthAccessTokenResponse.new( response_type: null, access_token: null, token_type: null, expires_in: null, scope: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | docs/OauthAccessTokenResponse.md |
pinterest_sdk-1.0.0 | docs/OauthAccessTokenResponse.md |