SDK Initialisation
Last updated
Was this helpful?
import uqudoSdkFactory from "uqudosdk-web";
const uqudoSdk = uqudoSdkFactory.create({
baseURL?: string;
accessToken: string;
nonce?: string;
assets?: IAssetsArg;
texts?: ITextsArg;
});baseURL
Api base url provided by uqudo. N.B.: this is only required if you have an on prem installation of the uqudo platform.
false
accessToken
Authorization token
true
nonce
Random string that is useful to make sure the process has been initiated by your application. It should be generated server side and verified server side.
false
Last updated
Was this helpful?
Was this helpful?