MATESO Password Safe API
MATESO Password Safe API
PsrApi.Managers
OneTimePasswordManager Class
OneTimePasswordManager Methods
GenerateGoogleAuthenticatorOtp Method
OneTimePasswordManager
GenerateGoogleAuthenticatorOtp Method
Generates a one-time password using the Google Authenticator algorithm. The current system time is fed to the algorithm.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
Copy
public
static
PsrGoogleAuthenticatorResult
GenerateGoogleAuthenticatorOtp
(
string
secret
)
Parameters
secret
Type:
System
String
The secret in base32 encoding
Return Value
Type:
PsrGoogleAuthenticatorResult
See Also
Reference
OneTimePasswordManager Class
PsrApi.Managers Namespace