mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #389] watchOS documentation missing #249
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#249
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 @matteobit on GitHub (Jul 4, 2017).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/389
I don't understand how to use the framework with a watchOS app
@phimage commented on GitHub (Jul 8, 2017):
Hi
watchOS platform is not specified in readme
Did you try to use it ? Have some issue?
@matteobit commented on GitHub (Jul 10, 2017):
I tried it, the authorized request works fine, but I'd like to know if it supports the Limited-Input Devices UI like this.
For now the token is sent from iPhone to Watch and everything works fine.
@phimage commented on GitHub (Jul 10, 2017):
there is a method that I have never tested on
OAuth2Swiftopen func authorize(deviceToken deviceCode: String,this function seems to implement "Step 4: Poll Google's authorization server"