Authenticate WebSocket connection using the provided API key.
After calling session.logon
, you can omit apiKey
and signature
parameters for future requests that require them.
Note that only one API key can be authenticated.
Calling session.logon
multiple times changes the current authenticated API key.
Weight: 2
Optional
requestParameters: SessionLogonRequestRequest parameters.
Forget the API key previously authenticated. If the connection is not authenticated, this request does nothing.
Note that the WebSocket connection stays open after session.logout
request.
You can continue using the connection,
but now you will have to explicitly provide the apiKey
and signature
parameters where needed.
Weight: 2
Optional
requestParameters: SessionLogoutRequestRequest parameters.
Query the status of the WebSocket connection, inspecting which API key (if any) is used to authorize requests. Weight: 2
Optional
requestParameters: SessionStatusRequestRequest parameters.
AuthApi - interface
AuthApi