SiteAuthSettingsInner.MicrosoftAccountClientSecret Property

Definition

Gets or sets the OAuth 2.0 client secret that was created for the app used for authentication. This setting is required for enabling Microsoft Account authentication. Microsoft Account OAuth documentation: 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to