Class: Flipt::NoAuthentication

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

Overview

NoAuthentication is a strategy that does not require authentication

Instance Method Summary collapse

Instance Method Details

#strategyObject



13
14
15
# File 'lib/flipt_client/models.rb', line 13

def strategy
  nil
end