store_access_token: Store an access token

View source: R/authentication.R

store_access_tokenR Documentation

Store an access token

Description

Stores an Asana API access token for the R session.

Usage

store_access_token(access_token)

Arguments

access_token

A string giving an access token to authenticate the API call.

Details

See the developer documentation for how to get an access token. https://asana.com/developers/documentation/getting-started/auth

Value

Invoked for the side effect of setting the environment variable ASANA_ACCESS_TOKEN to the input.


datacamp/asana documentation built on Sept. 18, 2023, 8:51 a.m.