Returns a list of linked accounts that are associated with the specified service providers.Customization can be done via
UserOptions. Create this object withUserOptions(). The params that could be used are:Example custom C++ usage:auto options = ovr_UserOptions_Create(); ovr_
UserOptions_AddServiceProvider(options,
ovrServiceProvider_Google); ovr_
UserOptions_AddServiceProvider(options,
ovrServiceProvider_Dropbox); ovr_User_GetLinkedAccounts(options); ovr_UserOptions_Destroy(options);
ParametersuserOptionsAdditional configuration for this request It is optional and the options can be created by UserOptions()