class CognitoTokenVerifier::TokenDecodingError

Public Instance Methods

message() click to toggle source
# 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