Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.OAuth2

TElHTTPSClient     See also     


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


Specifies settings for OAuth 2.0 requests.

Declaration

[C#/Java]
    TElOAuth2Settings OAuth2;

[VB.NET]
    Property OAuth2 As TElOAuth2Settings

[Pascal]
    property OAuth2 : TElOAuth2Settings;

[C++]
    TElOAuth2Settings* get_OAuth2();
    void set_OAuth2(TElOAuth2Settings &Value);
    void set_OAuth2(TElOAuth2Settings *Value);

[PHP]
    TElOAuth2Settings get_OAuth2()
    void set_OAuth2(TElOAuth2Settings $Value)

Description

    Use this property to specify the settings for OAuth 2.0 requests.

See also:     OnOAuth2Browse    

Discuss this help topic in SecureBlackbox Forum