次の方法で共有


IdentityProviderUpdateParameters.ClientSecret プロパティ

定義

ログイン要求の認証に使用される、外部 ID プロバイダーのアプリケーションのクライアント シークレットを取得または設定します。 たとえば、Facebook ログイン用のアプリ シークレット、Google ログイン用の API キー、Microsoft の公開キーなどです。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象