次の方法で共有


IdentityResourceBuilder.AllowAllClients メソッド

定義

すべてのクライアントがアクセスできるように API リソースを構成します。

public:
 Microsoft::AspNetCore::ApiAuthorization::IdentityServer::IdentityResourceBuilder ^ AllowAllClients();
public Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceBuilder AllowAllClients ();
member this.AllowAllClients : unit -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.IdentityResourceBuilder
Public Function AllowAllClients () As IdentityResourceBuilder

戻り値

IdentityResourceBuilder

適用対象