Keeper SDK Class Library
C#
Show/Hide TOC
Crypto
Utils
Get
Totp
Code Method
Gets TOTP code for URL
Definition
Namespace:
KeeperSecurity.Utils
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
static
Tuple
<
string
,
int
,
int
>
GetTotpCode
(
string
url
)
Parameters
url
String
TOTP URL
Return Value
Tuple
String
,
Int32
,
Int32
A tuple containing three values:
TOTP code
Seconds passed
TOTP Period in seconds
See Also
Reference
CryptoUtils Class
KeeperSecurity.Utils Namespace
In This Article
Definition
Parameters
Return Value
See Also