Exception: CognitoTokenVerifier::TokenMissing

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

Instance Method Summary collapse

Instance Method Details

#messageObject



22
23
24
# File 'lib/cognito_token_verifier/errors.rb', line 22

def message
  "Cognito token not provided.  Please retransmit request with Cognito token in authorization header."
end