mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #230] "expires_in" is not getting stored in client.credentials #131
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#131
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 @robertofrontado on GitHub (May 19, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/230
Hello,
I'm getting some troubles with
credential.isTokenExpired()value, sinceoauth_token_expires_atis alwaysnilI'm using authorizeWithCallbackURL method,
I believe it should have this
Before the line 83 of the code below
@phimage commented on GitHub (May 25, 2016):
I suppose its in oauth 2 swift file
I see the code to store into requestOAuthAccessTokenWithParameters method. Do you see it?
If you think you are right and code to store misplaced please make a PR
@phimage commented on GitHub (Jul 7, 2016):
ok I see, in "access_token" there is a bug
requestOAuthAccessTokenWithParameterswork only with "code"