feat(identity-wallet): wire deep-link plugin and AppState for OAuth callback (MM-149 phase 2)
Register tauri-plugin-deep-link and tauri-plugin-opener, configure the
custom URL scheme in tauri.conf.json, and wire the on_open_url callback
to a stub handle_deep_link handler. AppState holds pending OAuth flow
and session state for Phase 5 completion.