Sets authentication credentials without going through the browser-based OAuth2 flow. Useful for non-interactive environments or when you already have a valid token.
Usage
bs_auth_token(
token,
instance_url,
client_id = Sys.getenv("BRIGHTSPACE_CLIENT_ID"),
client_secret = Sys.getenv("BRIGHTSPACE_CLIENT_SECRET")
)