class Google::Cloud::Credentials

def init_client keyfile

Initializes the Signet client.
#
def init_client keyfile
  client_opts = client_options keyfile
  Signet::OAuth2::Client.new client_opts
end