- Modified useLogOut() hook to be able to choose which identityClient method we want to call. Defaults to previous behavior
- Added useSecondaryDeviceLogOut() hook which calls the previous one with the proper method. In future diffs, it will be updated to notify primary device
Depends on D12122