Connection.getClientFingerprintHex()
DESCRIPTION
Get the fingerprint of the client public key used for this connection.
DECLARATION
public func getClientFingerprintHex() throws -> String
THROWS ERRORS
INVALID_STATE:
- if the connection is not established.
RETURNS
The fingerprint encoded as hex.