Method: DHC::Auth#before_init
- Defined in:
- lib/dhc/interceptors/auth.rb
#before_init ⇒ Object
7 8 9 10 |
# File 'lib/dhc/interceptors/auth.rb', line 7 def before_init body_authentication! if [:body] [:refresh].call if refresh_bearer? end |