oauth_consul.Rd
Requests a viya oauthtoken
oauth_consul(hostname, consul_token, verbose = FALSE)
list of API call request data
Other authentication:
refresh_session()
,
session()
if (FALSE) { # \dontrun{
token <- oauth_consul("http://myserver.com",
consul_token = "47817a5a-3751-4fad-9558-b12b8a702b69") #token is an uuid
} # }