Discuss this help topic in SecureBlackbox Forum
Enables OAuth web form authentication.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum