ApplicationProfilesPropertyNames.Clients Field

Definition

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 

Field Value

Applies to