SecureUserDataStore

public protocol SecureUserDataStore : IDPStorage, SecureEGKCertificateStorage

Interface 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

  • can

    Keep track of the latest CAN kept by the DataStore

    Declaration

    Swift

    var can: AnyPublisher<String?, Never> { get }
  • Set the CAN

    Declaration

    Swift

    func set(can: String?)

    Parameters

    can

    the CAN to set and save

  • Wipe the whole storage and delete all user information

    Declaration

    Swift

    func wipe()