Better handling on null reset handler.
This is not an error, but in this case, the reset identity is successful.
This commit is contained in:
parent
8e7d8175d7
commit
dfaa350167
6 changed files with 28 additions and 20 deletions
|
|
@ -72,7 +72,7 @@ interface EncryptionService {
|
|||
/**
|
||||
* A handle to reset the user's identity.
|
||||
*/
|
||||
interface IdentityResetHandle {
|
||||
sealed interface IdentityResetHandle {
|
||||
/**
|
||||
* Cancel the reset process and drops the existing handle in the SDK.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue