Skip to content

Commit a2c8aa1

Browse files
chore: remove linkedIn
1 parent 6a43b96 commit a2c8aa1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

FirebaseSwiftUI/FirebaseOAuthSwiftUI/Sources/Services/OAuthProviderSwift+Presets.swift

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,5 @@ public extension OAuthProviderSwift {
6363
buttonForegroundColor: .white
6464
)
6565
}
66-
67-
/// LinkedIn OAuth provider
68-
/// - Parameters:
69-
/// - scopes: LinkedIn scopes (default: ["r_liteprofile", "r_emailaddress"])
70-
/// - Returns: Configured LinkedIn provider
71-
static func linkedIn(scopes: [String] = ["r_liteprofile", "r_emailaddress"]) -> OAuthProviderSwift {
72-
return OAuthProviderSwift(
73-
providerId: "linkedin.com",
74-
scopes: scopes,
75-
displayName: "Sign in with LinkedIn",
76-
iconSystemName: "link",
77-
buttonBackgroundColor: Color(red: 0/255, green: 119/255, blue: 181/255),
78-
buttonForegroundColor: .white
79-
)
80-
}
8166
}
8267

0 commit comments

Comments
 (0)