Back to Alamofire

Output

docs/Enums/AFError/ServerTrustFailureReason/Output.html

5.12.0740 B
Original Source

Output

public struct Output : Sendable

The output of a server trust evaluation.

`

                host
                `

The host for which the evaluation was performed.

Declaration

Swift

public let host: String

`

                trust
                `

The SecTrust value which was evaluated.

Declaration

Swift

public let trust: SecTrust

`

                status
                `

The OSStatus of evaluation operation.

Declaration

Swift

public let status: OSStatus

`

                result
                `

The result of the evaluation operation.

Declaration

Swift

public let result: SecTrustResultType