Method: Google::Auth::ServiceAccountJwtHeaderCredentials#needs_access_token?
- Defined in:
- lib/googleauth/service_account_jwt_header.rb
permalink #needs_access_token? ⇒ Boolean
Duck-types the corresponding method from BaseClient
158 159 160 |
# File 'lib/googleauth/service_account_jwt_header.rb', line 158 def needs_access_token? false end |