1. OAuthPasswordGrant

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
public class OAuthPasswordGrant : 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

Password

Gets or sets the Sitecore Content Hub user's password.

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

UserName

Gets or sets the Sitecore Content Hub user's username.

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