We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65226d5 commit 548355aCopy full SHA for 548355a
1 file changed
Sources/ApproovURLSession/ApproovService.swift
@@ -62,10 +62,10 @@ public enum ApproovFetchDecision {
62
63
// result from adding Approov protection to a request
64
public struct ApproovUpdateResponse {
65
- public var request: URLRequest
66
- public var decision: ApproovFetchDecision
67
- public var sdkMessage: String
68
- public var error: Error?
+ public internal(set) var request: URLRequest
+ public internal(set) var decision: ApproovFetchDecision
+ public internal(set) var sdkMessage: String
+ public internal(set) var error: Error?
69
}
70
71
// Log level for controlling the verbosity of os_log output from the ApproovService
0 commit comments