Skip to content

otplib API Documentation / @otplib/hotp / VerifyResultInvalid

Type Alias: VerifyResultInvalid

VerifyResultInvalid = object

Defined in: hotp/src/types.ts:95

Failed verification result

Properties

valid

readonly valid: false

Defined in: hotp/src/types.ts:97

Token is invalid

Released under the MIT License.