Side
public enum Side
The side of the key exchange.
-
This denotes the client side of the key exchange.
Declaration
Swift
case client -
This denotes the server side of the key exchange.
Declaration
Swift
case server
View on GitHub
Side Enumeration Reference