package Polarx.Session

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

message AuthenticateContinue

polarx_session.proto:67

send by client or server after a :protobuf:msg:`Polarx.Session::AuthenticateStart` to exchange more auth data :param auth_data: authentication data :Returns: :protobuf:msg:`Polarx.Session::AuthenticateContinue`

message AuthenticateOk

polarx_session.proto:74

sent by the server after successful authentication :param auth_data: authentication data

message AuthenticateStart

polarx_session.proto:56

the initial message send from the client to the server to start the authentication proccess :param mech_name: authentication mechanism name :param auth_data: authentication data :param initial_response: initial response :Returns: :protobuf:msg:`Polarx.Session::AuthenticateContinue`

message Close

polarx_session.proto:99

close the current session :Returns: :protobuf:msg:`Polarx::Ok`

(message has no fields)

message KillSession

polarx_session.proto:81

enum KillSession.KillType

polarx_session.proto:82

Used in: KillSession

message NewSession

polarx_session.proto:78

(message has no fields)

message Reset

polarx_session.proto:93

reset the current session :Returns: :protobuf:msg:`Polarx::Ok`

(message has no fields)