IdentityResourceBuilder.AllowAllClients Method

Definition

Configures the API resource to allow all clients to access it.

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

Returns

The IdentityResourceBuilder.

Applies to