pub fn log_api_context(
level: DebugLevel,
profile_name: Option<&str>,
token_store_backend: &str,
token_type: &str,
method: &str,
endpoint: &str,
)Expand description
Print debug information for API call context
Outputs to stderr when debug level is Debug or higher. Never outputs secrets (tokens, client_secret).