signOff

abstract suspend fun signOff(onSignOffSuccess: () -> Unit)

Calling this method will delete all user specific data, including payment means, payment tokens, enrolment token and signing keys.

Parameters

onSignOffSuccess

Emits a notification upon success after the signOff process completes

Throws