mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[PR #242] [CLOSED] Make method to renew access token public (and fix typo) #581
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#581
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?
📋 Pull Request Information
Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/242
Author: @nighthawk
Created: 6/24/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (5)
6a33278Fix typo and make method to renew access token public453fbc8Update OAuthSwift.podspeca238d75Update OAuthSwift.podspec5421efbUpdate OAuthSwift.podspec2679a12Custom name of pod📊 Changes
2 files changed (+5 additions, -5 deletions)
View changed files
📝
OAuthSwift/OAuth2Swift.swift(+2 -2)📝
SGOAuthSwift.podspec(+3 -3)📄 Description
In our application, we store the refresh token locally and get a new access token at a later time, for this we need the
renewAccessTokenWithRefreshTokento be public. I thought it might be useful for others, too.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.