API
useRiverAuthStatus
Hook to get the auth status of the user connection with the River network.
Imports
Definition
Source: useRiverAuthStatus
Parameters
config
- Type:
ObservableConfig.FromObservable<AuthStatus>
- Optional
Configuration options for the observable.
Return Type
An object containing the current AuthStatus status and boolean flags for each possible status.
Was this page helpful?