set_token | R Documentation |
If the request for an access token is valid, the authorization server needs to generate an access token and return these to the client, typically along with some additional properties about the authorization.
set_token(token, user = "", expires_in = NULL)
token |
The access token string as issued by the authorization server. |
user |
The username (optional). |
expires_in |
The lifetime in seconds of the access token (optional). |
no return value
Khaled Al-Shamaa, k.el-shamaa@cgiar.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.