Enumerations
The following enumerations are available globally.
-
Describes the error cases.
See moreDeclaration
Swift
public enum IBMMobileKitError : Error
-
The enumerated type that provides access to a number of HMAC algorithms.
Supported algorithms
SHA1
HMAC with SHA1 digest.SHA256
HMAC with SHA256 digest.
See moreSHA512
HMAC with SHA512 digest.Declaration
Swift
public enum HmacAlgorithm : Int
-
The enumerated type that provides constant values of the registration attributes.
Supported attributes
DeviceIdentifier
An alphanumeric string that uniquely identifies a device to the app’s vendor.DeviceName
The name of the device.DeviceType
The type of the device.OSVersion
The version number of the operating system.FingerprintSupport
The flag to indicate if the device supports Fingerprint Manager or TouchId.FingerprintEnrolled
The flag to indicate the Fingerprint Manager or TouchId has been enrolled.FrontCameraSupport
The flag to indicate if the device has a front facing camera.PushToken
The unique identifier of the device for supporting push notification.ApplicationIdentifier
The bundler identifier of the application.
See moreTenantIdentifier
A client generated unique identifier to represent the tenant.Declaration
Swift
public enum RegistrationAttributes : String