DomainProviderClientSecret Property |
This is the password, which we, as a client app, use to access the authentication provider.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ClientSecret { get; set; }
Public Property ClientSecret As String
Get
Set
public:
property String^ ClientSecret {
String^ get ();
void set (String^ value);
}
member ClientSecret : string with get, set
Property Value
Type:
String
See Also