| az_set_token_secret | R Documentation |
Creates or replaces a DuckDB Azure secret using the access_token provider.
Use this when another package has already obtained an access token and you
want to register or refresh a token secret.
az_set_token_secret(conn, token, account = NULL)
conn |
A DuckDB connection. |
token |
Character scalar. Access token value. |
account |
Optional storage account name. When supplied, the secret is
scoped to |
Invisibly returns conn.
## Not run:
# Requires a live Azure account, credentials, and network access.
conn <- az_conn()
az_set_token_secret(conn, token = "<access-token>")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.