次の方法で共有


IdentityProviderContract.ClientSecret プロパティ

定義

ログイン要求の認証に使用される、外部 ID プロバイダー内のアプリケーションのクライアント シークレットを取得または設定します。 たとえば、Facebook ログイン用のアプリ シークレット、Google ログイン用 API キー、Microsoft 用公開キーなどです。 このプロパティは 'GET' 操作では入力されません。 値を取得するには、'/listSecrets' POST 要求を使用します。

[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

適用対象