evaluateAuth | R Documentation |
A valid DataONE authentication method is looked for and all authentication information is retrieved from it.
evaluateAuth(.Object, ...) ## S4 method for signature 'AuthenticationManager' evaluateAuth(.Object, node)
.Object |
an Authentication Object. |
... |
additional parameters |
node |
A D1Node object. |
If the node specified in the 'node'
parameter is a DataONE v2 node
or higher, then an authentication token is checked if one exists. If it is readable
and not expired, then information for the token is returned. If a valid token does
not exist, then the X.509 certificate is checked, if it exists. If it is valid
then information is returned for the certificate.
A table containing authentication information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.