Having linked devices can make it a little bit easier for users to start the hybrid flow. This is useful if a user has two devices, but credentials are not synchronized between them.
In order to do this, we'd need to send a message to the UI session after the credential is completed. There are a couple of ways to do this:
- the UI can wait a little bit after the credential is received for an event that has device linking information.
- CredentialService can wait a little bit after the credential is received, but before sending the CredentialCompleted event.
Having linked devices can make it a little bit easier for users to start the hybrid flow. This is useful if a user has two devices, but credentials are not synchronized between them.
In order to do this, we'd need to send a message to the UI session after the credential is completed. There are a couple of ways to do this: