package api.v1.user

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Service

service.proto:10

The service to manage users in Users.

message AuthMethod

user.proto:108

how a user is authenticated.

Used in: Session

message Profile

user.proto:43

User profile

Used in: Update, User

message Session

user.proto:123

A user's sessions.

Used in: SessionEntry

message SessionEntry

user.proto:116

Session entry

Used in: ListSessionsResponse

message Update

user.proto:74

Update message to update a user.

Used in: CreateRequest, UpdateRequest

message Update.ResetSessions

user.proto:77

if sessions are reset, all sessions will be invalidated and a new session will be created.

Used in: Update

(message has no fields)

message User

user.proto:51

The user model.

Used in: CreateResponse, GetByIdentifierResponse, GetResponse

message VerificationCode

user.proto:25

short-lived verification code.

enum VerificationType

user.proto:13

Type of verification code

Used in: VerificationCode