Creates a new entra_id_config object
     
    
    Usage
    new_entra_id_config(
  tenant_id,
  client_id,
  client_secret,
  app_url,
  use_refresh_token = TRUE
)
 
    
    Arguments
- tenant_id
- The tenant ID for the app 
- client_id
- The client ID for the app 
- client_secret
- The client secret for the app 
- app_url
- The URL for the app 
- use_refresh_token
- Enable the use of refresh tokens 
 
    
    Value
    An entra_id_config object