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.