EMSecureStorageModule

Objective-C


@interface EMSecureStorageModule : NSObject

Swift

class EMSecureStorageModule : NSObject

SecureStorageModule class which is the entry-point for SecureStorage features.

Since

4.0
  • Designated Constructor. Returns the Secure Storage module as object created using the configurations that has been created

    Since

    4.0

    Declaration

    Objective-C

    + (instancetype)secureStorageModule;

    Return Value

    The Secure Storage module object.

  • The secure storage manager.

    Since

    4.0

    Declaration

    Objective-C

    - (id<EMSecureStorageManager>)secureStorageManager;

    Swift

    func secureStorageManager() -> (any EMSecureStorageManager)!

    Return Value

    The Secure Storage manager object.