xmart4_token_client: Request xMart4 access token

View source: R/token_client.R

xmart4_token_clientR Documentation

Request xMart4 access token

Description

Request xMart4 access token

Usage

xmart4_token_client(
  xmart_id,
  client_id = NULL,
  client_secret = NULL,
  use_cache = TRUE
)

Arguments

xmart_id

Resource and app ID for authentication.

client_id

Azure client ID. Only required if auth_type == 'client'.

client_secret

Azure client secret. Only required if auth_type == 'client'.

use_cache

Use Azure cache if TRUE (default), otherwise bypass cache.


caldwellst/xmart4 documentation built on May 14, 2022, 11:11 p.m.