Classes
The following classes are available globally.
-
AeroGear Services Security SDK
SDK provides a way for the developer to perform security checks on the device their code is running on
See moreDeclaration
Swift
public class AgsSecurity
-
IsDeviceLockCheck implements the
SecurityCheck
protocolIt can check whether or not the device the check is running on has a device lock enabled
See moreDeclaration
Swift
public class DeviceLockCheck : SecurityCheck
-
IsDebuggerCheck implements the
SecurityCheck
protocolIt can check whether or not the device the check is running on is running with debug mode enabled
See moreDeclaration
Swift
public class NonDebugCheck : SecurityCheck
-
IsEmulatorCheck implements the
SecurityCheck
protocolIt can check whether or not the device the check is running on is running within an emulator or not.
See moreDeclaration
Swift
public class NonEmulatorCheck : SecurityCheck
-
IsJailbrokenCheck implements the
SecurityCheck
protocolIt can check whether or not the device the check is running on is a Jailbroken device.
See moreDeclaration
Swift
public class NonJailbrokenCheck : SecurityCheck
-
Collecting metrics for security checks
See moreDeclaration
Swift
public class SecurityCheckResultMetric : Metrics