access_token
and auth_token
(along with AccessToken
and AuthToken
) are reserved keys used to determine if a deep link is a valid Branch link. Attempting to use these names as query parameters could yield unexpected results, so we don't allow their use in long URLs in order to prevent data collisions.
Why can't access_token and auth_token be used as query parameters for long links?
- Published on Feb 14, 2025
Was this article helpful?