package api.v1.authentication

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

service Service

service.proto:10

The service to manage public endpoints in Users

message ClientCredentials

user.proto:14

Used in: LoginRequest

message SSOID

service.proto:228

Represents an SSO provided ID of a user

message SSOOption

service.proto:214

A login option for using SSO. This might be merged into GetAuthConfigResponse.login_types, but is introduced as a separate field, to maintain backwards compatibility.

Used in: GetAuthConfigResponse

enum SSOType

service.proto:206

The type of SSO. Currently only OIDC is supported.

Used in: SSOID, SSOOption

message Token

user.proto:7

Used in: LoginResponse, RefreshTokenResponse, RegisterResponse

message UserPassword

user.proto:21

Used in: LoginRequest, RegisterRequest