trusted_connect_to_efoqa | R Documentation |
Connect to EMS and get the Auth token using Trusted Authentication.
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")
)
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 |
a Connection object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.