refreshCard

suspend fun refreshCard(documentInfo: DocumentInfo)

Refreshes a card.

This may throw e.g. ScreenLockRequiredException if for example the document is set up to use auth-backed Android Keystore keys but the device has no LSKF. So the caller should always try and catch exceptions.

Parameters

documentInfo

the card to refresh

Throws

if an error occurs