# PinterestSdkClient::OauthAccessTokenRequestRefresh ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **refresh_token** | **String** | | | | **scope** | **String** | | [optional] | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::OauthAccessTokenRequestRefresh.new( refresh_token: null, scope: null ) ```