Skip to content

v9.1.0

Compare
Choose a tag to compare
@scientific-dev scientific-dev released this 09 May 13:42
· 37 commits to master since this release

v9.1.0

const client = await Client.create({
     userAuthorizedToken: true,
     refreshToken: true,
     token: {
          token: "access token here",
          // other details required to refresh the token...
          clientID: "client id",
          clientSecret: "client secret",
          redirectURL: "redirect url here"
    }
});

Released: 9th May 2022