We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68748bf commit 7fe7a16Copy full SHA for 7fe7a16
Sources/tvOS/OAuth2Authorizer+tvOS.swift
@@ -31,7 +31,7 @@ public final class OAuth2Authorizer: OAuth2AuthorizerUI {
31
public unowned let oauth2: OAuth2Base
32
33
34
- init(oauth2: OAuth2) {
+ public init(oauth2: OAuth2Base) {
35
self.oauth2 = oauth2
36
}
37
0 commit comments