Discuss this help topic in SecureBlackbox Forum

TElSimpleOAuth2Client.Scope

TElSimpleOAuth2Client     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The scope of the request to be authorized.

Declaration

[C#]
    string Scope;

[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.

See also:     ClientID    

Discuss this help topic in SecureBlackbox Forum