Enumeration
ServerConfiguration.TLSConfiguration.ClientCertificateVerification.Verdict
A custom verifier’s decision about the chain a client presented.
enum Verdict
Topics
Enumeration Cases
case rejected(reason: String)The client is not trusted, and the handshake fails.reasongoes to the server’s log.case verified(ValidatedCertificateChain?)The client is trusted. The chain given here becomespeerCertificateChain; withnilthe handler sees no chain even though the client was verified.
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype