auth
AuthService instance for handling authentication.
This property is a getter that returns an instance of AuthService. It checks if the client is properly configured and the user ID is set before returning the AuthService instance.
Return
An instance of AuthService.
Throws
if the client is not configured or the user ID is not set.