Discuss this help topic in SecureBlackbox Forum

TElHTTPSession.ResetOAuth2

TElHTTPSession     See also     


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


Resets OAuth 2.0 authentication.

Declaration

[C#]
    void ResetOAuth2();

[VB.NET]
    Sub ResetOAuth2()

[Pascal]
    procedure ResetOAuth2;

[C++]
    void ResetOAuth2();

[PHP]
    void ResetOAuth2()

[Java]
    void resetOAuth2();

Description

Call this method to erase OAuth 2.0 authentication information.

See also:     OAuth2Authenticated    

Discuss this help topic in SecureBlackbox Forum