SiteAuthSettingsInner.MicrosoftAccountClientSecret 속성

정의

인증에 사용되는 앱에 대해 만들어진 OAuth 2.0 클라이언트 암호를 가져오거나 설정합니다. 이 설정은 Microsoft 계정 인증을 사용하도록 설정하는 데 필요합니다. Microsoft 계정 OAuth 설명서: https://dev.onedrive.com/auth/msa_oauth.htm

[Newtonsoft.Json.JsonProperty(PropertyName="properties.microsoftAccountClientSecret")]
public string MicrosoftAccountClientSecret { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.microsoftAccountClientSecret")>]
member this.MicrosoftAccountClientSecret : string with get, set
Public Property MicrosoftAccountClientSecret As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상