mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #222] Persist OAuthSwiftCredential version #123
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#123
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 @paulhimes on GitHub (Apr 14, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/222
The "version" property of the OAuthSwiftCredential object is not persisted during the NSCoder encode / decode cycle.
The version always comes back as OAuth1 after a decode.
@phimage commented on GitHub (Apr 14, 2016):
Yes it is not and a PR can be done if this is a real problem
In which case not persist the version could be a problem?
(The credential could not be set in oauthclient)
@phimage commented on GitHub (May 4, 2016):
without response I close
@phimage commented on GitHub (Jul 7, 2016):
N.B. now the credential could be set when initialising client, this could add misunderstanding