registrationCustom

abstract suspend fun registrationCustom(authParams: JsonDict): RegistrationResult

Perform custom registration stage by sending a custom JsonDict. Current registration "session" param will be included into authParams by default. The authParams should contain at least one entry "type" with a String value.