Exception: OmniauthOpenidFederation::KeyRelatedError

Inherits:
FetchError show all
Defined in:
lib/omniauth_openid_federation/errors.rb

Overview

Key-related errors (indicates possible key rotation) Used for cache rotation logic when key-related HTTP errors occur

Instance Method Summary collapse

Instance Method Details

Returns:

  • (Boolean)


34
35
36
# File 'lib/omniauth_openid_federation/errors.rb', line 34

def key_related_error?
  true
end