Exception: OpenIDTokenProxy::Token::UnverifiableSignature

Inherits:
Error
  • Object
show all
Defined in:
lib/openid_token_proxy/token/unverifiable_signature.rb

Overview

Raised when a token’s signature could not be verified

Instance Method Summary collapse

Methods inherited from Error

#to_json

Constructor Details

#initializeUnverifiableSignature

Returns a new instance of UnverifiableSignature.



6
7
8
# File 'lib/openid_token_proxy/token/unverifiable_signature.rb', line 6

def initialize
  super 'Token signature could not be verified.'
end