Skip to content

Instantly share code, notes, and snippets.

@Mattchewone
Created January 11, 2019 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mattchewone/4ce33926f972a283ad557685db4e3367 to your computer and use it in GitHub Desktop.
Save Mattchewone/4ce33926f972a283ad557685db4e3367 to your computer and use it in GitHub Desktop.
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<NSString *, id> *)options {
return [self.authorizationFlowManagerDelegate resumeExternalUserAgentFlowWithURL:url];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment