registration Custom
abstract suspend fun registrationCustom(authParams: JsonDict): RegistrationResult
Content copied to clipboard
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.