Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.AuthWebForm

TElHTTPSServer     See also     


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


Enables OAuth web form authentication.

Declaration

[C#]
    bool AuthWebForm;

[VB.NET]
    Property AuthWebForm As Boolean

[Pascal]
    property AuthWebForm : boolean;

[C++]
    bool get_AuthWebForm();
    void set_AuthWebForm(bool Value);

[PHP]
    bool get_AuthWebForm()
    void set_AuthWebForm(bool $Value)

[Java]
    boolean getAuthWebForm();
    void setAuthWebForm(boolean Value);

Description

Set this property to true to enable OAuth web form authentication. The html code of the built-in form could be customized using the AuthFormTemplate property.

See also:     AuthFormTemplate     UseOAuth2    

Discuss this help topic in SecureBlackbox Forum