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. Internal function (not designed to be used directly by end users)


valdr documentation built on April 22, 2026, 9:08 a.m.

Related to authenticate in valdr...