remove Connection
Remove a social connection from an existing account.
Parameters
social Provider
Social provider identifier.
gigya Callback
Response listener callback.
open fun removeConnection(@NonNull params: Map<String, Any>, gigyaCallback: GigyaCallback<GigyaApiResponse>)
Remove a social connection from an existing account. Method expects "provider" parameter to be present in the params map.
Parameters
params
Parameter map.
gigya Callback
Response listener callback.