Class: Flipt::AuthenticationStrategy
- Inherits:
-
Object
- Object
- Flipt::AuthenticationStrategy
- Defined in:
- lib/flipt_client/models.rb
Overview
AuthenticationStrategy is a base class for different authentication strategies
Direct Known Subclasses
ClientTokenAuthentication, JWTAuthentication, NoAuthentication
Instance Method Summary collapse
Instance Method Details
#strategy ⇒ Object
6 7 8 |
# File 'lib/flipt_client/models.rb', line 6 def strategy raise NotImplementedError end |