共用方式為


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

適用於