auth property

Auth auth

The Nhost authentication service.

Implementation

Auth get auth => _auth ??= Auth(
      baseUrl: '$baseUrl/auth',
      authStore: _authStore,
      refreshToken: _refreshToken,
      autoLogin: _autoLogin,
      refreshInterval: _refreshInterval,
      session: _session,
      httpClient: httpClient,
    );