IdentityProviderCreateContract.ClientSecret Property

Definition

Gets or sets client secret of the Application in external Identity Provider, used to authenticate login request. For example, it is App Secret for Facebook login, API Key for Google login, Public Key for Microsoft. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to