Class: Flipt::AuthenticationStrategy

Inherits:
Object
  • Object
show all
Defined in:
lib/flipt_client/models.rb

Overview

AuthenticationStrategy is a base class for different authentication strategies

Instance Method Summary collapse

Instance Method Details

#strategyObject

Raises:

  • (NotImplementedError)


6
7
8
# File 'lib/flipt_client/models.rb', line 6

def strategy
  raise NotImplementedError
end