Search Results
Credentials.h
Go to the documentation of this file.
47 DB_EDGEVIS_SDK Credentials( const std::wstring& username, const std::wstring& password, const std::wstring &new_password = L"");
DB_EDGEVIS_SDK void SetPassword(const std::wstring &password)
Sets the password for logging in to the server.
DB_EDGEVIS_SDK bool SetMFAPasscode(const std::wstring &otp)
Sets the one time two factor authentication password for this login.
Holds the server credentials for the user logging in.
Definition: Credentials.h:29
DB_EDGEVIS_SDK void SetSSOOpenIdAuthCode(const std::wstring &ssoOpenIdAuthCode)
Sets the SSO OpenId auth code for logging in to the server.
DB_EDGEVIS_SDK void SetDevicePassword(const std::wstring &password)
Sets the device password for this login.
DB_EDGEVIS_SDK void SetUsername(const std::wstring &username)
Sets the username for logging in to the server.
DB_EDGEVIS_SDK void SetMFAEmergencyPasscode(const std::wstring &emergency_passcode)
Sets the two factor authentication emergency passcode for this login.
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK void SetNewPassword(const std::wstring &new_password)
Sets the new password to set when logging in to the server when a password reset is required...