ApiResourceBuilder.AllowAllClients Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the API resource to allow all clients to access it.
public:
Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ApiResourceBuilder ^ AllowAllClients();
public Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiResourceBuilder AllowAllClients ();
member this.AllowAllClients : unit -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiResourceBuilder
Public Function AllowAllClients () As ApiResourceBuilder
Returns
The ApiResourceBuilder.