relay
Run a v3 SSO relay session. The server drives all APDU exchanges; the app is a dumb pipe.
Requires the session WebSocket URL from the deep link (wss param), a caller-provided NfcRelayTransport (e.g. OkHttp WebSocket), and the user's CAN + auth PIN.
Parameters
Connected android.nfc.tech.IsoDep tag
Card Access Number (6 digits)
Auth PIN (4 digits)
WebSocket URL from deep link, e.g. wss://idp.eidkit.ro/v3/nfc-relay?session=<token>
Caller-provided WebSocket implementation
Optional progress callback
Optional callback invoked for any frame type the SDK does not handle natively (e.g. email_request, email_otp_sent). The callback receives the frame type and the raw org.json.JSONObject. Use transport's NfcRelayTransport.sendFrame to send a reply. If null, unknown frames are silently ignored.
Throws
if configure has not been called.