powered by
Creates an httr2::oauth_client() configured for Azure authentication.
httr2::oauth_client()
default_azure_oauth_client( client_id = default_azure_client_id(), client_secret = NULL, name = NULL )
An httr2::oauth_client() object
A character string specifying the client ID. Defaults to default_azure_client_id().
default_azure_client_id()
A character string specifying the client secret. Defaults to NULL.
NULL
A character string specifying the client name. Defaults to NULL.
client <- default_azure_oauth_client() client <- default_azure_oauth_client( client_id = "my-client-id", client_secret = "my-secret" )
Run the code above in your browser using DataLab