Click or drag to resize

TrustedApplicationClientType Property

Specifies the client type, according to RFC 6749, e.g. the confidentiality of the client app. P=Public (e.g. browser or native app); C=Confidential (e.g. web server app). [Required] [Default("C")]

Namespace:  Aloe.EnterpriseOne.Model.Systems.Security
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public TrustedApplicationsRepositoryClientType ClientType { get; set; }

Property Value

Type: TrustedApplicationsRepositoryClientType
See Also