SecurityCheck
public protocol SecurityCheck
SecurityCheck protocol to define the individual security checks
-
The name of the Security Check
Declaration
Swift
var name: String { get }
-
Performs a security check and returns a security check result
Declaration
Swift
func check() -> SecurityCheckResult