次の方法で共有


ApiManagementAuthorizationServerPatch.ClientAuthenticationMethods プロパティ

定義

この承認サーバーのトークン エンドポイントによってサポートされる認証の方法。 使用できる値は Basic または Body です。 Body を指定すると、クライアント資格情報とその他のパラメーターがアプリケーション/x-www-form-urlencoded 形式で要求本文内で渡されます。

public System.Collections.Generic.IList<Azure.ResourceManager.ApiManagement.Models.ClientAuthenticationMethod> ClientAuthenticationMethods { get; }
member this.ClientAuthenticationMethods : System.Collections.Generic.IList<Azure.ResourceManager.ApiManagement.Models.ClientAuthenticationMethod>
Public ReadOnly Property ClientAuthenticationMethods As IList(Of ClientAuthenticationMethod)

プロパティ値

適用対象