mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #557] SFAuthenticationURLHandler and ASWebAuthenticationURLHandler are internal? #368
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#368
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 @bobspryn on GitHub (Nov 8, 2019).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/557
Description:
Curious why the two more "modern" handlers are not available without subclassing them?
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
11.x (Swift 5.1)
10.x (Swift 5.0)
10.x (Swift 4.1)
9.3 (Swift 4.1)
9.0 (Swift 4.0)
other: (Please fill in the version you are using.)
objective c
@bobspryn commented on GitHub (Nov 8, 2019):
nvm, user error.
@jonchui commented on GitHub (Apr 28, 2020):
VERSION:
OAuthSwift (2.0.0)I must be hitting the same user error, b/c I'd to know the same thing?
I tried to use
SFAuthenticationURLHandlerby a basic subclass:But get the error:
'SFAuthenticationURLHandler' initializer is inaccessible due to 'internal' protection levelRemoving the call to
super.initresults in the error:'GlooAuthURLHandler' cannot be constructed because it has no accessible initializersI feel like i must be missing something pretty basic? lol
@bobspryn commented on GitHub (Apr 28, 2020):
I believe I was using an older version. Try v 2.1.0