SecurityCheckResult
public struct SecurityCheckResult : Encodable
Structure to define each check result
A successful check means that the environment the application is running in is more secure and no action is required, as opposed to signalling if a certain feature is enabled.
-
Undocumented
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public let passed: Bool
-
Initialise a SecurityCheckResult
Declaration
Swift
public init(_ name: String, _ passed: Bool)
Parameters
name
the name of the check result
passed
whether or not the security check passed or failed