Use a previously obtained refresh token to generate a new access token.
Access tokens are short lived. You can check the expires_in parameter when generating an access token to determine its lifetime (in seconds). If you need offline access to HubSpot data, store the refresh token you get when initiating your OAuth integration and use it to generate a new access token once the initial one expires.
Note: HubSpot access tokens will fluctuate in size as the information that’s encoded in them changes over time. It’s recommended to allow for tokens to be up to 300 characters to account for any potential changes.
トークンリクエストを行う際にクライアントのアイデンティティーを認証するために使用される、アプリケーションと認証サーバーのみに公開される機密の認証情報。
アクセストークンと一緒に発行され、現在のaccess_tokenが期限切れになる際にクライアント認証情報と一緒に新しいアクセストークンと交換できる長期間有効な認証情報。これにより、ユーザーに再認証を要求することなく、継続的なAPIアクセスが可能になります。
successful operation