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
Remarks
For more information see: https://alexbilbie.com/guide-to-oauth-2-grants/
Properties
ClientId
Gets or sets the client's id.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
ClientSecret
Gets or sets the client's secret.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
RefreshToken
Gets or sets a refresh token that can be used to acquire a new access token when the original expires.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |