mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
support 2fa
This commit is contained in:
@@ -55,3 +55,13 @@ void GatewayAuthenticatorParams::setClientos(const QString &newClientos)
|
||||
m_clientos = newClientos;
|
||||
}
|
||||
|
||||
const QString &GatewayAuthenticatorParams::inputStr() const
|
||||
{
|
||||
return m_inputStr;
|
||||
}
|
||||
|
||||
void GatewayAuthenticatorParams::setInputStr(const QString &inputStr)
|
||||
{
|
||||
m_inputStr = inputStr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user