View source: R/bearer_header.R
bearer_header | R Documentation |
Construct bearer header for authorization with with an access token.
bearer_header(access_token = jfrog_access_token())
access_token |
A valid token. |
A vector that can be used in a header.
## Not run: install.packages("<package>", headers = bearer_header()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.