In order to write or read data from digi.me, we first need to create an access token. Access tokens are linked to a contract, and it is possible to create multiple access tokens that access to the same digi.me libary. This function is called when:
// run typedoc --help for a list of supported languages
const instance = new MyClass();
This is called when we already have a valid user access token for this user and we want to add more services to this user’s library.
Deletes user data on digi.me
Get a list of possible services a user can onboard to their digi.me
Get a list of accounts that exist of current user's library.
Handy util function to download all available user files.
Download a file.
Get a list of files that are ready to be downloaded.
Start a new read session. When we already have an user access token.
Write something to the user's digi.me
Generated using TypeDoc
This is called when authorization flow successfully completed, and you have been given an authorization code. We can then use this function to exchange for an access token.