SecureUserDataStore
public protocol SecureUserDataStore : IDPStorage, SecureEGKCertificateStorageInterface to access user specific data that should be kept private sourcery: StreamWrapped [REQ:BSI-eRp-ePA:O.Auth_13#2|11] The protocol for storing secured data
- 
                  
                  Keep track of the latest CAN kept by the DataStore DeclarationSwift var can: AnyPublisher<String?, Never> { get }
- 
                  
                  Set the CAN DeclarationSwift func set(can: String?)Parameterscanthe CAN to set and save 
- 
                  
                  Wipe the whole storage and delete all user information DeclarationSwift func wipe()
 View on GitHub
            View on GitHub
           SecureUserDataStore Protocol Reference
      SecureUserDataStore Protocol Reference