IRISLIB database
ICredentials Class Reference

Provides credentials and (optionally) an SSL configuration to use for WebSocket HTTP requests @API.Extensible. More...

Public Member Functions

_.Library.String GetPassword ()
 Returns the password to use for authentication with the web socket. More...
 
_.Library.String GetSSLConfiguration ()
 Returns the SSL configuration name to use for secure web socket connections. More...
 
_.Library.String GetUsername ()
 Returns the username to use for authentication with the web socket. More...
 

Detailed Description

Provides credentials and (optionally) an SSL configuration to use for WebSocket HTTP requests @API.Extensible.

Member Function Documentation

◆ GetPassword()

_.Library.String GetPassword ( )

Returns the password to use for authentication with the web socket.

@API.Overrideable

◆ GetSSLConfiguration()

_.Library.String GetSSLConfiguration ( )

Returns the SSL configuration name to use for secure web socket connections.

@API.Overrideable

◆ GetUsername()

_.Library.String GetUsername ( )

Returns the username to use for authentication with the web socket.

@API.Overrideable