Exception: Verikloak::TokenDecoderError

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

Overview

Raised when JWT token verification fails or the token is invalid.

Common causes:

  • Invalid or unsupported algorithm
  • Invalid signature
  • Expired (exp) or not-yet-valid (nbf) token
  • Invalid iss / aud claims
  • Malformed token structure or decode failures

Instance Attribute Summary

Attributes inherited from Error

#code, #http_status

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Verikloak::Error