get_auth_info
get_auth_info
Get a summary of which authentication methods are configured and their settings. Sensitive values (passwords, tokens, keys) are not included.
Returns
dict[str, Any] — Dictionary with keys for each enabled method (basic, bearer,
api_key), each containing enabled: True and relevant non-sensitive metadata.