|
OIDCSecurityProviderScope Property
|
The Scope used to obtain UserInformation from the Authorization Server
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
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
function get_Scope();
function set_Scope(value);
View SourceProperty Value
String
See Also