Discuss this help topic in SecureBlackbox Forum
The scope of the request to be authorized.
Declaration
[VB.NET]
Property Scope As String
[Pascal]
property Scope : string;
[C++]
void get_Scope(std::string &OutResult);
void set_Scope(const std::string &Value);
[PHP]
string get_Scope()
void set_Scope(string $Value)
[Java]
String getScope();
void setScope(String Value);
Description
Use this property to specify the scope of the request to the protected resource.
Discuss this help topic in SecureBlackbox Forum