We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5852e commit ee9ddbeCopy full SHA for ee9ddbe
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