1. OAuthRefreshTokenGrant

Class OAuthRefreshTokenGrant

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

Access tokens eventually expire; however some grants respond with a refresh token which enables the client to get a new access token without requiring the user to be redirected.

Inheritance
System.Object
OAuthRefreshTokenGrant
Namespace: Stylelabs.M.Sdk.WebClient.Authentication
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
public class OAuthRefreshTokenGrant : object
Remarks

Properties

ClientId

Gets or sets the client's id.

Declaration
public string ClientId { get; set; }
Property Value
TypeDescription
System.String

ClientSecret

Gets or sets the client's secret.

Declaration
public string ClientSecret { get; set; }
Property Value
TypeDescription
System.String

RefreshToken

Gets or sets a refresh token that can be used to acquire a new access token when the original expires.

Declaration
public string RefreshToken { get; set; }
Property Value
TypeDescription
System.String
この記事を改善するための提案がある場合は、 お知らせください!