get_bearer_token: Get bearer token using the cookie token

View source: R/auth.R

get_bearer_tokenR Documentation

Get bearer token using the cookie token

Description

Get bearer token using the cookie token

Usage

get_bearer_token(hostname, cookie_token, name = "token")

Arguments

hostname

The API url

cookie_token

The cookie token.

name

The name of the token (default is "token").

Value

The bearer token.


viafoundry documentation built on Aug. 23, 2025, 1:11 a.m.