Exception: JwtAuthenticable::Exceptions::InvalidAuthScheme
- Inherits:
-
StandardError
- Object
- StandardError
- JwtAuthenticable::Exceptions::InvalidAuthScheme
- Defined in:
- lib/jwt_authenticable/exceptions.rb
Overview
Exception for invalid auth schemes. E.g. users trying to authenticate with basic auth
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
8 9 10 |
# File 'lib/jwt_authenticable/exceptions.rb', line 8 def 'Invalid authentication scheme. Only Bearer is supported' end |