parseTapUrl(url: string, source?: string): TapResult
Example
const tap = parseTapUrl(url, "manual");
Parses a tap URL into the values the tap endpoint takes. Accepts the /verify/{chip_id}?e= and /u/{chip_id}?e= forms, and a tap-redirect destination on your own domain, where the values arrive as the endstate_chip_id and endstate_e query parameters instead.