Method: EmassClient::Configuration#access_token_with_refresh
- Defined in:
- lib/emass_client/configuration.rb
#access_token_with_refresh ⇒ Object
Gets access_token using access_token_getter or uses the static access_token
239 240 241 242 |
# File 'lib/emass_client/configuration.rb', line 239 def access_token_with_refresh return access_token if access_token_getter.nil? access_token_getter.call end |