You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BitBucket will prioritize any user session (cookies) over the “Authorization” header, hence code exchange will fail if a cookie with a user session is present.
This is automatically addressed by OAuth2 using an ephemeral NSURLSession by default; keep this in mind if you configure OAuth2's session yourself.