get TOTP
abstract suspend fun getTOTP(timeout: Long?, getTOTPRequest: GetTOTPRequest): GetTOTPResult
Content copied to clipboard
Return a TOTP generated by previously saved TOTP secret data for the specified key. The user should authenticate the access to the secret data e.g. with biometric authentication.
Parameters
timeout
The timeout of getTOTP in milliseconds or null if no timeout should be used
get TOTPRequest
The getTOTP request body object