set_token: Save authorisation details for an Egnyter user

View source: R/token.R

set_tokenR Documentation

Save authorisation details for an Egnyter user

Description

This function allows you to save your Egnyter authorisation token (which you can get using authenticate_user) and Egnyte domain to your R options which means you will not have to reference them every time you use Egnyter.

Usage

set_token(domain, app_key, username, password)

Arguments

domain

the URL of your Egnyte domain

app_key

API key of your Egnyte application

app_secret

API secret key of your Egnyte application

username

user's Egnyte username

password

user's Egnyte password


joshmuncke/egnyter documentation built on April 18, 2023, 4:09 p.m.