Exception: CognitoTokenVerifier::TokenDecodingError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



28
29
30
# File 'lib/cognito_token_verifier/errors.rb', line 28

def message
  "Cognito token could not be decoded. Please ensure the request token is from the correct Cognito user pool and try again." 
end