removeConnection

open fun removeConnection(socialProvider: String, gigyaCallback: GigyaCallback<GigyaApiResponse>)

Remove a social connection from an existing account.

Parameters

socialProvider

Social provider identifier.

gigyaCallback

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.

gigyaCallback

Response listener callback.