UNPKG
yubico-otp-client
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Client for Yubico OTP verify service
github.com/mladoi/yubico-otp
mladoi/yubico-otp
yubico-otp-client
/
src
/
main.d.ts
3 lines
(2 loc)
•
145 B
TypeScript
View Raw
1
2
3
import
{
VerificationResult
,
Config
}
from
'./types'
export
declare
function
verifyOtp
(
config
:
Config
,
otp
:
string
):
Promise
<
VerificationResult
>;