| default_azure_oauth_client | R Documentation |
Creates an httr2::oauth_client() configured for Azure authentication.
default_azure_oauth_client(
client_id = default_azure_client_id(),
client_secret = NULL,
name = NULL
)
client_id |
A character string specifying the client ID. Defaults to
|
client_secret |
A character string specifying the client secret. Defaults
to |
name |
A character string specifying the client name. Defaults to |
An httr2::oauth_client() object
client <- default_azure_oauth_client()
client <- default_azure_oauth_client(
client_id = "my-client-id",
client_secret = "my-secret"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.