View source: R/current_session.R
session_renew | R Documentation |
Checks the state of your Sciencebase session, re-authenticates if the session is expired, and simply renews if the session is active.
session_renew(password, ..., username)
password |
The password to use, if needed, to renew the session. |
... |
Any additional parameters are currently ignored. |
username |
Optional. Used only to confirm that the current username is
what you expect; if you want to switch usernames, use
|
Returns the session object.
## Not run:
# an empty call is sufficient if the session is current,
# but will break if haven't been logged in before
session_renew()
# include a password if session may be expired
session_renew('newpass')
# optionally confirm the value of the current username
session_renew(username='olduser@usgs.gov', 'newpass')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.