Method: Google::Auth::ServiceAccountJwtHeaderCredentials.make_creds
- Defined in:
- lib/googleauth/service_account_jwt_header.rb
permalink .make_creds(options = {}) ⇒ Object
Create a ServiceAccountJwtHeaderCredentials.
52 53 54 55 |
# File 'lib/googleauth/service_account_jwt_header.rb', line 52 def self.make_creds = {} json_key_io, scope = .values_at :json_key_io, :scope new json_key_io: json_key_io, scope: scope end |