revoke

open fun revoke(gigyaCallback: GigyaCallback<GigyaApiResponse>)

Initialize revoke key flow. Revoking a key will perform its removal from Gigya services only. You cannot delete a fido key from the device once it has been created.

Parameters

gigyaCallback

Result callback.


open fun revoke(id: String, gigyaCallback: GigyaCallback<GigyaApiResponse>)

Initialize revoke key flow. Revoking a key will perform its removal from Gigya services only. You cannot delete a fido key from the device once it has been created.

Use "getCredentials" to fetch available passkey ids.

Parameters

id

Identifier of the passkey to be revoked.

gigyaCallback

Result callback.