Type alias OTPErrorReason

OTPErrorReason: "invalid_token" | "no_token" | "no_user"

The reason for an OTP error.

  • no_user - No user was found for the request.
  • no_token - No token was found in the request.
  • invalid_token - The token was malformed or did not match the expected token.

Generated using TypeDoc