Module: GoogleSpreadsheetFetcher::Authorizer::Interface
- Included in:
- Oauth2::Authorizer, ServiceAccount
- Defined in:
- lib/google_spreadsheet_fetcher/authorizer/interface.rb
Instance Method Summary collapse
Instance Method Details
#fetch_credentials!(user_id: nil) ⇒ Object
4 5 6 |
# File 'lib/google_spreadsheet_fetcher/authorizer/interface.rb', line 4 def fetch_credentials!(user_id: nil) raise NotImplementedError end |