Discuss this help topic in SecureBlackbox Forum

TElHTTPOAuth2ApplicationInfo.Scopes

TElHTTPOAuth2ApplicationInfo     


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


Specifies OAuth scopes for this client.

Declaration

[C#]
    TElStringList Scopes;

[VB.NET]
    Property Scopes As TElStringList

[Pascal]
    property Scopes : TElStringList;

[C++]
    TElStringList* get_Scopes();

[PHP]
    TElStringList get_Scopes()

[Java]
    TElStringList getScopes();

Description

Use this property to set OAuth scopes accessible to this application.

Discuss this help topic in SecureBlackbox Forum