Learn R Programming

viafoundry (version 1.0.0)

get_bearer_token: Get bearer token using the cookie token

Description

Get bearer token using the cookie token

Usage

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

Value

The bearer token.

Arguments

hostname

The API hostname.

cookie_token

The cookie token.

name

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