mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #430] QuickBooks Connection Error: CredStore - performQuery - Error copying matching creds. #279
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#279
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CheeJustin on GitHub (Jan 12, 2018).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/430
Description:
I'm trying to maintain a connection to QuickBooks, but I keep getting this error whenever I try to make a request using
startAuthorizedRequest()after about an hour of inactivity. I can't seem to figure out what's causing this issue as I'm able to renew the authorization token with the refreshToken through the developer portal, but not in the app.OAuth Provider (Twitter, Github, ..):
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
9.0 (Swift 4.0)
9.0 (Swift 3.2)
8.x (Swift 3.x)
8.0 (Swift 2.3)
7.3.1
other: (Please fill in the version you are using.)
objective c
@phimage commented on GitHub (Jan 13, 2018):
did you try
https://stackoverflow.com/questions/46099940/credstore-perform-query-error
then the error seems to be
https://developer.apple.com/documentation/security/errsecitemnotfound
please write in issue and title the oauth provider
@CheeJustin commented on GitHub (Jan 15, 2018):
@phimage
Wouldn't that solution require me to know the user's password and username?
My end goal is to have the user log in once, and have the session persist until the user logs out of my app.