UNPKG
@raddiamond/nexauth-core
Version:
latest (0.2.1)
0.2.1
0.1.1
0.1.0
Core authentication plugin supporting Local, AD authentication
@raddiamond/nexauth-core
/
dist
/
validators
/
OTPValidationService.d.ts
3 lines
(2 loc)
•
169 B
TypeScript
View Raw
1
2
3
import
{
OTPValidator
}
from
'../identity/IdentityProvider'
;
export
declare
function
createGenericOTPValidator<
TUser
>(
config
:
OTPValidator
<
TUser
>):
OTPValidator
<
TUser
>;