### Typical Flow
1. Client calls **Start Verification** to create a session and obtain the provider launch URL.
2. End-user completes verification via the provider interface.
3. Client waits for user to be redirected back to `returnUrl` specified at Start signalling completion. Alternatively, the Client polls **Get Status** until completion.
4. Once completed, client calls **Get Result** to retrieve verified attributes.
5. Optionally, client uses **Match Utility** to compare verified data with existing records.

