register

open fun register(params: Map<String, Any>, gigyaLoginCallback: GigyaLoginCallback<A>)

Register request given map of parameters. Login flow is composed of two stages: 1. Request to initialize the registration process. 2. Actual registration process using the registration token obtained from previous request. NOTE: registration set to finalize by default thus not requiring a call to finalize the registration.

Parameters

params

Request parameters.

gigyaLoginCallback

Login response callback.

See also

<a href="https://developers.gigya.com/display/GD/accounts.initRegistration+REST">accounts.initRegistration REST</a>
<a href="https://developers.gigya.com/display/GD/accounts.register+REST">accounts.register REST</a>