Discuss this help topic in SecureBlackbox Forum

TElOAuth2Settings.State

TElOAuth2Settings     See also     


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


Specifies the "state" parameter of the authorization request or response.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property State : string;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    This parameter contains an opaque value used by the client to maintain state between the request and callback. If this parameter was present in the authorization request, the server should include the same value in its response.

See also:     AuthURL    

Discuss this help topic in SecureBlackbox Forum