trusted_connect_to_efoqa: Connect to EMS and get the Auth token using Trusted...

View source: R/connection.R

trusted_connect_to_efoqaR Documentation

Connect to EMS and get the Auth token using Trusted Authentication.

Description

Connect to EMS and get the Auth token using Trusted Authentication.

Usage

trusted_connect_to_efoqa(
  efoqa_client_id = Sys.getenv("EFOQACLIENTID"),
  efoqa_client_secret = Sys.getenv("EFOQACLIENTSECRET"),
  trusted_auth_name = Sys.getenv("EFOQATRUSTEDAUTHNAME"),
  trusted_auth_value = Sys.getenv("EFOQATRUSTEDAUTHVALUE"),
  efoqa_server_url = Sys.getenv("EFOQASERVER")
)

Arguments

efoqa_client_id

String, eFOQA client ID to use for trusted authentication

efoqa_client_secret

String, eFOQA client secret to use for trusted authentication

efoqa_server_url

String, eFOQA server

efoqa_trusted_auth_name

String, eFOQA property to search for as part of trusted authentication

efoqa_trusted_auth_value

String, value of the eFOQA property to use for trusted authentication

Value

a Connection object.


ge-flight-analytics/refoqa documentation built on Oct. 15, 2024, 7:15 a.m.