khis_cred_clear | R Documentation |
This function clears the DHIS2 credentials from memory. If an auth object is
provided, it clears the credentials from that object. If no auth
object is
provided, it clears the global auth credentials.
khis_cred_clear(auth = NULL)
auth |
(Optional) An authentication object from which to clear credentials. If not provided, the credentials in the global auth object will be cleared. |
No return value, called for side effects.
Other credential functions:
khis_base_url()
,
khis_cred()
,
khis_display_name()
,
khis_has_cred()
,
khis_username()
# Clear credentials from the global .auth object
khis_cred_clear()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.