[PR #242] [CLOSED] Make method to renew access token public (and fix typo) #581

Closed
opened 2026-03-03 16:49:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/242
Author: @nighthawk
Created: 6/24/2016
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • 6a33278 Fix typo and make method to renew access token public
  • 453fbc8 Update OAuthSwift.podspec
  • a238d75 Update OAuthSwift.podspec
  • 5421efb Update OAuthSwift.podspec
  • 2679a12 Custom 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 renewAccessTokenWithRefreshToken to 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.

## 📋 Pull Request Information **Original PR:** https://github.com/OAuthSwift/OAuthSwift/pull/242 **Author:** [@nighthawk](https://github.com/nighthawk) **Created:** 6/24/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`6a33278`](https://github.com/OAuthSwift/OAuthSwift/commit/6a33278304906f7baaaab2550f9d3ff48b01be07) Fix typo and make method to renew access token public - [`453fbc8`](https://github.com/OAuthSwift/OAuthSwift/commit/453fbc81491522ad9c195c13792844fdb0700382) Update OAuthSwift.podspec - [`a238d75`](https://github.com/OAuthSwift/OAuthSwift/commit/a238d7538215929d22f7f2975386636ca0a691c0) Update OAuthSwift.podspec - [`5421efb`](https://github.com/OAuthSwift/OAuthSwift/commit/5421efbb7cd975838743471e36a32020295fe4c2) Update OAuthSwift.podspec - [`2679a12`](https://github.com/OAuthSwift/OAuthSwift/commit/2679a1294ee8c2b489e0e998fe087141906d5507) Custom name of pod ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `OAuthSwift/OAuth2Swift.swift` (+2 -2) 📝 `SGOAuthSwift.podspec` (+3 -3) </details> ### 📄 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 `renewAccessTokenWithRefreshToken` to be public. I thought it might be useful for others, too. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:49:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/OAuthSwift#581
No description provided.