The `User` class is a part of the `auth` package in the `github.com.couchbaselabs.sync_gateway` repository in Golang. It represents a user entity in the context of authentication in the Couchbase Sync Gateway. This class provides functionalities to manage user-related operations such as retrieving user information, creating new users, updating existing user profiles, and removing users. It also includes methods to handle user authentication and authorization, allowing for secure access control to various resources within the Sync Gateway system. The `User` class plays a crucial role in facilitating user management and enforcing security measures in applications built using the Couchbase Sync Gateway.
Golang User - 15 examples found. These are the top rated real world Golang examples of github.com/couchbaselabs/sync_gateway/auth.User extracted from open source projects. You can rate examples to help us improve the quality of examples.