authenticate: Authenticate and retrieve a valid access token

View source: R/auth.R

authenticateR Documentation

Authenticate and retrieve a valid access token

Description

Ensures a valid access token is available based on stored credentials. Also validates required tenant ID and token presence for subsequent function calls.

Usage

authenticate()

Value

A character vector of length 1 (a single string) representing a valid access token. Returned invisibly and used internally for authentication.


valdr documentation built on Aug. 8, 2025, 7:34 p.m.

Related to authenticate in valdr...