package mobile.iam.v2

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

service Authentication

authentication_service.proto:15

Authentication is the 'public' facing service that clients use to authenticate a user and provide session tokens.

service Registration

registration_service.proto:24

Service for handling methods called when attempting to register (i.e. create an account) NOTE: All methods are rate limited NOTE: Providing an Authentication token with any method in this service will be considered an error.

message AuthenticateRequest.EmailCredentials

authentication_service.proto:51

The set of credentials when a user logs in user their email address

Used in: AuthenticateRequest

message AuthenticateRequest.UsernameCredentials

authentication_service.proto:38

The set of credentials when a user logs in using their username

Used in: AuthenticateRequest

enum AuthenticateResponse.Result

authentication_service.proto:66

Used in: AuthenticateResponse

enum LogoutResponse.Result

authentication_service.proto:90

Used in: LogoutResponse

enum RegisterResponse.RequestElement

registration_service.proto:176

Used in: RegisterResponse

enum RegisterResponse.Result

registration_service.proto:138

Used in: RegisterResponse

enum ValidateForRegisterResponse.InvalidElement

registration_service.proto:74

Used in: ValidateForRegisterResponse

enum ValidateForRegisterResponse.Result

registration_service.proto:62

Used in: ValidateForRegisterResponse