cleanupAuthorizationData

suspend fun cleanupAuthorizationData(authorizationData: ByteString, secureAreaRepository: SecureAreaRepository, storage: Storage)

Cleans up storage and/or private keys that authorization data holds.

Parameters

authorizationData
secureAreaRepository

where to search for the relevant SecureArea

storage

interface to persistent storage