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

适用于