Creates a new user. This is only used for testing since users are typically created during the OAuth creation process in AuthService.CreateAuth().
(ctx context.Context, user *User)
| 60 | // Creates a new user. This is only used for testing since users are typically |
| 61 | // created during the OAuth creation process in AuthService.CreateAuth(). |
| 62 | CreateUser(ctx context.Context, user *User) error |
| 63 | |
| 64 | // Updates a user object. Returns EUNAUTHORIZED if current user is not |
| 65 | // the user that is being updated. Returns ENOTFOUND if user does not exist. |
no outgoing calls