Method: Metaforce::Configuration#authentication_handler
- Defined in:
-
lib/metaforce/config.rb,
lib/metaforce/config.rb more...
A block that gets called when the session becomes invalid and the client needs to reauthenticate. Passes in the client and the client options. The block should set the options to a hash containing a valid session_id and service urls.
49 50 51 |
# File 'lib/metaforce/config.rb', line 49 def authentication_handler @authentication_handler end |