Class: BrowseEverything::Auth::Google::Credentials
- Inherits:
-
Google::Auth::UserRefreshCredentials
- Object
- Google::Auth::UserRefreshCredentials
- BrowseEverything::Auth::Google::Credentials
- Defined in:
- lib/browse_everything/auth/google/credentials.rb
Instance Method Summary collapse
-
#fetch_access_token(options = {}) ⇒ Object
Ensures that every call to retrieve an access token does not require an HTTP request.
Instance Method Details
#fetch_access_token(options = {}) ⇒ Object
Ensures that every call to retrieve an access token does not require an HTTP request
13 14 15 16 |
# File 'lib/browse_everything/auth/google/credentials.rb', line 13 def fetch_access_token( = {}) return build_token_hash if access_token super() end |