Click or drag to resize

CryptoUtilsGetTotpCode Method

Gets TOTP code for URL

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static Tuple<string, int, int> GetTotpCode(
	string url
)

Parameters

url  String
TOTP URL

Return Value

TupleString, Int32, Int32
A tuple containing three values:
  1. TOTP code
  2. Seconds passed
  3. TOTP Period in seconds
See Also