auth property

AuthClient auth

The Nhost authentication service.

https://docs.nhost.io/platform/authentication

Implementation

AuthClient get auth => _auth ??= AuthClient(
      baseUrl: '$backendUrl/v1/auth',
      authStore: _authStore,
      tokenRefreshInterval: _refreshInterval,
      session: _session,
      httpClient: httpClient,
    );