Discuss this help topic in SecureBlackbox Forum

TElHTTPServerRequestParams.RequireOAuth2

TElHTTPServerRequestParams     See also     


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


Declaration

[C#]
    bool RequireOAuth2;

[VB.NET]
    Property RequireOAuth2 As Boolean

[Pascal]
    property RequireOAuth2 : boolean;

[C++]
    bool get_RequireOAuth2();
    void set_RequireOAuth2(bool Value);

[PHP]
    bool get_RequireOAuth2()
    void set_RequireOAuth2(bool $Value)

[Java]
    boolean getRequireOAuth2();
    void setRequireOAuth2(boolean Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum