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.
Note:* Only Ed25519 keys are supported for this feature.
Weight(IP): 2
Security Type: USER_DATA
Notes: Data Source:* Memory
OptionalrequestParameters: 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(IP): 2
Security Type: NONE
Notes: Data Source:* Memory
OptionalrequestParameters: SessionLogoutRequestRequest parameters.
Query the status of the WebSocket connection, inspecting which API key (if any) is used to authorize requests.
Weight(IP): 2
Security Type: NONE
Notes: Data Source:* Memory
OptionalrequestParameters: SessionStatusRequestRequest parameters.
AuthApi - interface
AuthApi