Skip to content

otplib API Documentation / @otplib/hotp / VerifyResultInvalid

Type Alias: VerifyResultInvalid

VerifyResultInvalid = object

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

Failed verification result

Properties

valid

readonly valid: false

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

Token is invalid

Released under the MIT License.