deactivate_token {qbr} | R Documentation |
Deactivate a user token
Description
Make an active user token inactive.
Usage
deactivate_token(subdomain, auth, agent = NULL)
Arguments
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. |
Value
A message confirming deactivation was successful.
Examples
## Not run:
x <- deactivate_token(subdomain = "abc",
auth = keyring::key_get("qb_example"))
## End(Not run)
[Package qbr version 1.2.3 Index]