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)
A list containing authentication info.
The coordinating node to send the request to.
(Not yet used)
The authentication credentials contained in the X.509 certificate or authentication token are send with the request.
if (FALSE) { cn <- CNode("STAGING") creds <- echoCredentials(cn) print(creds$person$subject) }
Run the code above in your browser using DataLab