checkAuthentication {Rexperigen} | R Documentation |
Checks whether the authentication is supported by the server and handles the different POST request routes.
checkAuthentication(request, auth, version.needed = 1)
request |
The needed request to be made (without |
auth |
Whether authentication is requested in R. |
version.needed |
The minimum version of the request. If it is
|
A list:
request
: the request to send
auth
: whether to still send an authenticated request.
Other development: API.request
,
create.API.request.URL
,
prepare.server.URL
,
server.version
checkAuthentication("makecsv", TRUE) checkAuthentication("registration", TRUE, 2)