isConnectedToAuth property
bool
get
isConnectedToAuth
Whether this service is connected to auth.
Returns true if auth service was provided via initialize or connectToAuthService was called successfully.
This getter is used by other services (e.g., to determine cleanup responsibility during logout).
Implementation
bool get isConnectedToAuth => _isConnectedToAuthService;