[PR #78] [MERGED] Allow to modify client attributes Fix #26 #507

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

📋 Pull Request Information

Original PR: https://github.com/OAuthSwift/OAuthSwift/pull/78
Author: @phimage
Created: 6/26/2015
Status: Merged
Merged: 6/29/2015
Merged by: @dongri

Base: masterHead: feature-set_token


📝 Commits (1)

  • cdec289 Allow to modify client attributes

📊 Changes

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

View changed files

📝 OAuthSwift/OAuthSwiftClient.swift (+1 -1)

📄 Description

to set a previously computed token

oauthswift.client.credential.oauth_token = XXX
oauthswift.client.credential.oauth_token_secret = XXX

See #26, allow to set value already computed with previous session


🔄 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/78 **Author:** [@phimage](https://github.com/phimage) **Created:** 6/26/2015 **Status:** ✅ Merged **Merged:** 6/29/2015 **Merged by:** [@dongri](https://github.com/dongri) **Base:** `master` ← **Head:** `feature-set_token` --- ### 📝 Commits (1) - [`cdec289`](https://github.com/OAuthSwift/OAuthSwift/commit/cdec289537277200bd70c6a7a9c6d1f7354ffcac) Allow to modify client attributes ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `OAuthSwift/OAuthSwiftClient.swift` (+1 -1) </details> ### 📄 Description to set a previously computed token ``` swift oauthswift.client.credential.oauth_token = XXX oauthswift.client.credential.oauth_token_secret = XXX ``` See #26, allow to set value already computed with previous session --- <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:10 +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#507
No description provided.