This diff:
- Updates registration methods in IdentityServiceClientProvider on native to take an FID for registration calls
- Updates hooks for registration to take FID: useIdentityPasswordRegister, useIdentityWalletRegister, and useIdentityWalletRegisterCall
- Updates useRegistrationServerCall to pass the FID to the hooks mentioned above
Depends on D11494