create_access_token: Generate access token

View source: R/create_access_token.R

create_access_tokenR Documentation

Generate access token

Description

Generation of access token for OPS authentication. The access token expires every 20 minutes.

Usage

create_access_token(consumer_key, consumer_secret_key)

Arguments

consumer_key

Alphanumeric consumer key provided by OPS

consumer_secret_key

Alphanumeric secret provided by OPS

Value

Access token in a string format

Examples

## Not run: create_access_token(consumer_key, consumer_secret_key)



AlessioNar/Rops documentation built on Sept. 27, 2022, 1:16 a.m.