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 hostname.

cookie_token

The cookie token.

name

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

Value

The bearer token.


viafoundry documentation built on April 4, 2025, 12:35 a.m.