ApiAuthorizationOptions.Clients Property
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.
Gets or sets the Clients.
public:
property Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ClientCollection ^ Clients { Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ClientCollection ^ get(); void set(Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ClientCollection ^ value); };
public Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection Clients { get; set; }
member this.Clients : Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientCollection with get, set
Public Property Clients As ClientCollection