pub fn resolve_active_bearer() -> Result<Option<AuthToken>, Error>Expand description
Resolve the locally active bearer token, if any, using the default server
for keystore lookup. For read/display paths that need the active token
without a specific target remote. Still honors HEDDLE_CREDENTIAL first.