class Multiwoven::Integrations::Destination::GoogleSheets::Client
def authorize_client(config)
def authorize_client(config) credentials = config[:credentials_json] @client = Google::Apis::SheetsV4::SheetsService.new @client.authorization = Google::Auth::ServiceAccountCredentials.make_creds( json_key_io: StringIO.new(credentials.to_json), scope: GOOGLE_SHEETS_SCOPE ) end