remote_hosts_post_authenticate {civis} | R Documentation |
Authenticate against a remote host using either a credential or a user name and password
Description
Authenticate against a remote host using either a credential or a user name and password
Usage
remote_hosts_post_authenticate(
id,
credential_id = NULL,
username = NULL,
password = NULL
)
Arguments
id |
integer required. The ID of the remote host. |
credential_id |
integer optional. The credential ID. |
username |
string optional. The user name for remote host. |
password |
string optional. The password for remote host. |
Value
An empty HTTP response
[Package civis version 3.1.2 Index]