Exception: CognitoTokenVerifier::TokenExpired

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

Instance Method Summary collapse

Instance Method Details

#messageObject



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

def message
  "Cognito token has expired.  Please reauthorize and try again."
end