Git Product home page Git Product logo

Comments (2)

v-somov avatar v-somov commented on July 28, 2024 1

You can find here when this method is called: https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623112-application

In the example app it is needed for connecting OAuth login. You can find more information about oauth provider here: https://docs.saltedge.com/v4_apps/reference/#oauth_providers

When you are trying to connect OAuth provider in request you are sending return_to url which should be a url associated with your app (url scheme): https://github.com/saltedge/saltedge-ios-swift/blob/master/Example/saltedge-ios/View%20Controllers/CreateViewController.swift#L110.
In response you will get a redirect_url to which you should redirect: https://github.com/saltedge/saltedge-ios-swift/blob/master/Example/saltedge-ios/View%20Controllers/CreateViewController.swift#L110. After user provides Salt Edge access to their financial data, he will be redirected using return_to url, so the user will be redirected back to the app.

from saltedge-ios-swift.

ankitjaiswal1994 avatar ankitjaiswal1994 commented on July 28, 2024

Perfect got it.

Very much Appreciated!

Thanks for your quick reply.

from saltedge-ios-swift.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.