Exception: CognitoTokenVerifier::JWKFetchError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cognito_token_verifier/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



16
17
18
# File 'lib/cognito_token_verifier/errors.rb', line 16

def message
  "Error fetching JWKs for your Cognito user pool.  Please verify your configuration of the CognitoTokenVerifier gem."
end