Method: Superset::Authenticator.call
- Defined in:
- lib/superset/authenticator.rb
.call(credentials) ⇒ Object
11 12 13 |
# File 'lib/superset/authenticator.rb', line 11 def self.call(credentials) self.new(credentials).access_token end |