Discuss this help topic in SecureBlackbox Forum
Contains the OAuth authentication form template.
Declaration
[C#]
string AuthFormTemplate;
[VB.NET]
Property AuthFormTemplate As String
[Pascal]
property AuthFormTemplate : string;
[C++]
void get_AuthFormTemplate(std::string &OutResult);
void set_AuthFormTemplate(const std::string &Value);
[PHP]
string get_AuthFormTemplate()
void set_AuthFormTemplate(string $Value)
[Java]
String getAuthFormTemplate();
void setAuthFormTemplate(String Value);
Description
This property could be used to customize the built-in OAuth authentication form template.
This property is only used when AuthWebForm is switched on.
Discuss this help topic in SecureBlackbox Forum