Class OAuthPasswordGrant
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
This grant is a great user experience for trusted first party clients both on the web and in native device applications. Also known as "Resource owner credentials grant".
Inheritance
System.Object
OAuthPasswordGrant
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 |
Password
Gets or sets the Sitecore Content Hub user's password.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
UserName
Gets or sets the Sitecore Content Hub user's username.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |