powered by
This method can be used to verify the client certificate is valid and contains the expected information.
echoCredentials(x, ...)# S4 method for CNode echoCredentials(x)
# S4 method for CNode echoCredentials(x)
The coordinating node to send the request to.
(Not yet used)
A list containing authentication info.
The authentication credentials contained in the X.509 certificate or authentication token are send with the request.
# NOT RUN { cn <- CNode("STAGING") creds <- echoCredentials(cn) print(creds$person$subject) # }
Run the code above in your browser using DataLab