verify

abstract suspend fun verify()

Manually verify the user identity.

This will either sign the identity with our user-signing key if it is a identity belonging to another user, or sign the identity with our own device.

Throws a SignatureErrorException if we can't sign the identity, if for example we don't have access to our user-signing key.