deactivate_token | R Documentation |
Make an active user token inactive.
deactivate_token(subdomain, auth, agent = NULL)
subdomain |
Character vector with one element. Found at the beginning of the Quickbase URL. Realm specific. |
auth |
Character vector with one element. The Quickbase authentication scheme you are using to authenticate the request (e.g., user token). |
agent |
Optional. Character vector with one element. Describes user/agent making API call. |
A message confirming deactivation was successful.
## Not run:
x <- deactivate_token(subdomain = "abc",
auth = keyring::key_get("qb_example"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.