%Net.WebSocket.ICredentials
abstract class %Net.WebSocket.ICredentials
Provides credentials and (optionally) an SSL configuration to use for WebSocket HTTP requests @API.ExtensibleMethod Inventory (Including Private)
Methods (Including Private)
abstract method GetPassword() as %String [ Language = objectscript ]
Returns the password to use for authentication with the web socket
@API.Overrideable
method GetSSLConfiguration() as %String [ Language = objectscript ]
Returns the SSL configuration name to use for secure web socket connections
@API.Overrideable
abstract method GetUsername() as %String [ Language = objectscript ]
Returns the username to use for authentication with the web socket
@API.Overrideable