ah no, what I'm talking about is 3rd party integrations. for example, if you want to link two services together, you'd need to provide the application auth.
i.e. if you were to authenticate a 2 way read integration with your bank for a financial management tool, you'd need to provide you bank oauth token or credentials to the financial management tool. if I was building that financial management tool, I now need to store that customer's token or credentials securely for their bank. Supertokens would obviously store the credentials for the user logging into the financial management tool, but would there also be a way to store the user's bank creds/token somewhere?