token property

ReadonlySignal<String?> get token

Reactive signal containing the current authentication bearer token, or null if unauthenticated.

Implementation

ReadonlySignal<String?> get token;