ApplicationProfilesPropertyNames.Clients Field
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.
Key to the Clients on Duende.IdentityServer.Models.Resource.Properties.
The Clients value will be *
to indicate that all clients are allowed to access this resource or a space separated list of
the client ids that are allowed to access this resource.
public: System::String ^ Clients;
public const string Clients;
val mutable Clients : string
Public Const Clients As String