Method: GoogleDrive::Session#on_auth_fail
- Defined in:
- lib/google_drive/session.rb
#on_auth_fail ⇒ Object
Proc or Method called when authentication has failed. When this function returns true, it tries again.
159 160 161 |
# File 'lib/google_drive/session.rb', line 159 def on_auth_fail @on_auth_fail end |