BiometricTokenInvalidatedEvent

Deprecated

Use Result.failure(BiometricKeyInvalidatedException) from TokenStorage.getToken() instead. Inspect the exception's tokenId and call storage.remove(tokenId) explicitly if deletion is desired.

Emitted when the key of a biometric secured Token is invalidated.

Properties

Link copied to clipboard

Whether the invalidated Token should be deleted. true by default.

Link copied to clipboard

The id of the invalidated Token.