add Connection
Request to add a social network connection to existing account. Completion of this request will result in an updated login session.
Parameters
social Provider
Requested social provider.
gigya Login Callback
Login response callback.
open fun addConnection(socialProvider: String, @NonNull params: Map<String, Any>, gigyaLoginCallback: GigyaLoginCallback<A>)
Request to add a social network connection to existing account. Completion of this request will result in an updated login session.
Parameters
social Provider
Requested social provider.
params
Additional request parameters.
gigya Login Callback
Login response callback.