This page will help you get started using Mesh SDKs to authenticate and make server side calls.
linktoken
. This endpoint provides a short-lived, one-time-use token for initializing a Link sessionlinktoken
to the appropriate Link SDK. The exact implementation details for passing the linktoken
will vary by platform. For detailed instructions, see the page for your specific platformauth_token
will be passed to the SDK.
auth_token
(and refresh_token
) for use in subsequent server requestsauth_token
and refresh_token
which can be used for subsequent server requests.
linktoken
API call payload, Link’s functionality can be tailored to suit various user flows. From Authentication, Transfers to Deposits, the primary use cases can be found here.
auth_token
and refresh_token
obtained through Mesh Link should be securely stored on your backend server. Storing tokens on the server side enhances security by reducing the exposure of sensitive data to client-side vulnerabilities.