ClientCertificate
public struct ClientCertificate
Struct to store client certificate name and path
-
The name for the client certificate
Declaration
Swift
public let name: String
-
The path to the client certificate
Declaration
Swift
public let path: String
-
Initialize a
ClientCertificate
instanceDeclaration
Swift
public init(name: String, path: String)