📄️ Authentication Intro
Authentication is a crucial and prerequisite step for your end users to access, trade, or transfer funds using their CEX account or DeFi Wallet. It involves authentication with one of our 300+ providers. Once authentication is completed, the Mesh SDK (available for Web, React Native, iOS, and Android) will emit an access token provided by the chosen provider. Application developers can then store this access token, enabling seamless user interactions for subsequent operations within Mesh Link or by calling our RESTFul APIs.
📄️ Instantiating Mesh
Initializing Link with /linkToken Endpoint
📄️ Refreshing your token
- What is a Refresh Token? A token that is returned by some integrations and needs to be used to refresh the access token before it expires.
📄️ Fetch Provider Data
Step 1: Fetching Asset or Symbol information