Method: Google::Auth::ServiceAccountJwtHeaderCredentials#needs_access_token?

Defined in:
lib/googleauth/service_account_jwt_header.rb

#needs_access_token?Boolean

Duck-types the corresponding method from BaseClient

Returns:

  • (Boolean)
[View source]

158
159
160
# File 'lib/googleauth/service_account_jwt_header.rb', line 158

def needs_access_token?
  false
end