Exception: Keycardai::OAuth::InvalidTokenError

Inherits:
Error
  • Object
show all
Defined in:
lib/keycardai/oauth/errors.rb

Overview

A bearer token failed verification: malformed, disallowed algorithm, untrusted issuer, missing required claim, expired, audience mismatch, missing kid, or bad signature. One category for every rejection, so callers handle all verification failures the same way.