Utilities

  • Class providing a unique application instance identifier.

    One source of potential fraud is a malicious user pretending to be valid user but accessing from a unknown device. This identifier can be used to determine if the user’s session is originating from the same application instance and device when authenticating with your application server.

    See more

    Declaration

    Swift

    @objc
    public class AppIdentity : NSObject, InitializationStateProvider
  • Enumerator of available authenticity identifiers.

    See more

    Declaration

    Swift

    @objc
    public enum AuthenticityIdentifierKey : Int, CaseIterable
  • Class to perform diagnostics

    See more

    Declaration

    Swift

    @objc
    public class Diagnostics : NSObject, InitializationStateProvider
  • Enumeration of the possible outcomes when log upload has finished.

    See more

    Declaration

    Swift

    @objc
    public enum LogsUploadStatus : Int, CaseIterable
  • Utility class to provide password strength checking functionality.

    See more

    Declaration

    Swift

    @objc
    public class PasswordUtility : NSObject, InitializationStateProvider
  • Enumeration for the Password policy errors.

    This enumeration represents password policy error types, such as a password being too short.

    See more

    Declaration

    Swift

    @objc
    public enum PasswordStrengthErrorType : Int, CaseIterable, CustomStringConvertible