get_bearer_token {viafoundry} | R 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.
[Package viafoundry version 1.0.0 Index]