Obtain Auth0 credentials using WT_USERNAME and WT_PASSWORD stored as environment variables
Arguments
- force
Logical; whether or not the force re-authentication even if token has not expired. Defaults to FALSE.
Examples
if (FALSE) { # \dontrun{
# Authenticate first:
wt_auth(force = FALSE)
} # }