Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.UseOAuth2

TElHTTPSServer     See also     


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


Specifies whether the server is used for OAuth 2.0 authorization.

Declaration

[C#]
    bool UseOAuth2;

[VB.NET]
    Property UseOAuth2 As Boolean

[Pascal]
    property UseOAuth2 : boolean;

[C++]
    bool get_UseOAuth2();
    void set_UseOAuth2(bool Value);

[PHP]
    bool get_UseOAuth2()
    void set_UseOAuth2(bool $Value)

[Java]
    boolean getUseOAuth2();
    void setUseOAuth2(boolean Value);

Description

Set this property to true to use TElHTTPSServer for OAuth authorization. Typical uses are described in a set of how-to articles.

See also:     How To articles about OAuth server    

Discuss this help topic in SecureBlackbox Forum