CryptoUtilsGetTotpCode Method |
Gets TOTP code for URL
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static Tuple<string, int, int> GetTotpCode(
string url
)
Parameters
- url String
- TOTP URL
Return Value
TupleString,
Int32,
Int32
A tuple containing three values:
- TOTP code
- Seconds passed
- TOTP Period in seconds
See Also