TrustedApplicationScope Property |
The scope (according to RFC 6749) for which the application was trusted. The scope is an unordered list of space-delimited case-sensitive strings. Each string denotes a permission (see docs for possible values).
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string Scope { get; set; }
Public Property Scope As String
Get
Set
public:
property String^ Scope {
String^ get ();
void set (String^ value);
}
member Scope : string with get, set
Property Value
Type:
String
See Also