[PR #243] [MERGED] Make method to renew access token public (and fix typo) #584

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

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/243
Author: @nighthawk
Created: 6/24/2016
Status: Merged
Merged: 7/7/2016
Merged by: @phimage

Base: masterHead: publicRefresh


📝 Commits (1)

  • 6a33278 Fix typo and make method to renew access token public

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 OAuthSwift/OAuth2Swift.swift (+2 -2)

📄 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/243 **Author:** [@nighthawk](https://github.com/nighthawk) **Created:** 6/24/2016 **Status:** ✅ Merged **Merged:** 7/7/2016 **Merged by:** [@phimage](https://github.com/phimage) **Base:** `master` ← **Head:** `publicRefresh` --- ### 📝 Commits (1) - [`6a33278`](https://github.com/OAuthSwift/OAuthSwift/commit/6a33278304906f7baaaab2550f9d3ff48b01be07) Fix typo and make method to renew access token public ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `OAuthSwift/OAuth2Swift.swift` (+2 -2) </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:34 +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#584
No description provided.