Adds a dynamic observable property to the store.
The name of the property to add
The initial value of the property
OptionaladaptorIdentifier: stringFetches current user from the active adaptor and stores it. Use for init/refresh; after this, userStore.user is the source of truth.
StaticgetGets access token for the currently active adaptor user entity.
Auth wrapper that delegates to the active adaptor. Use store.authService (alias) or userStore.auth.