Discuss this help topic in SecureBlackbox Forum

TElOAuth2Settings.Scope

TElOAuth2Settings     See also     


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


Specifies the access token scope.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property Scope : string;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    This is an optional parameter that allows to limit the scope of the client access requests. The scope requested by the client is not always granted by the authorization server, and in such case must be present in the server's response. The scope is a string containing space-separated case-sensitive values, each defining a scope range.

See also:     AccessToken    

Discuss this help topic in SecureBlackbox Forum