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
Syntaxpublic TrustedApplicationsRepositoryClientType ClientType { get; set; }
Public Property ClientType As TrustedApplicationsRepositoryClientType
Get
Set
public:
property TrustedApplicationsRepositoryClientType^ ClientType {
TrustedApplicationsRepositoryClientType^ get ();
void set (TrustedApplicationsRepositoryClientType^ value);
}
member ClientType : TrustedApplicationsRepositoryClientType with get, set
Property Value
Type:
TrustedApplicationsRepositoryClientType
See Also