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.
handleURL:
1 parent dbe49dc commit cc589b4Copy full SHA for cc589b4
GoogleSignIn/Sources/GIDSignIn.m
@@ -170,6 +170,10 @@ @implementation GIDSignIn {
170
171
#pragma mark - Public methods
172
173
+// Handles the custom scheme URL opened by SFSafariViewController or the Device Policy App.
174
+//
175
+// For SFSafariViewController invoked via AppAuth, this method is used on iOS 10.
176
+// For the Device Policy App (EMM flow) this method is used on all iOS versions.
177
- (BOOL)handleURL:(NSURL *)url {
178
// Check if the callback path matches the expected one for a URL from Safari/Chrome/SafariVC.
179
if ([url.path isEqual:kBrowserCallbackPath]) {
0 commit comments