Untitled

 avatar
unknown
dart
2 years ago
925 B
7
Indexable
var config = ConfigInfo(
  domain: "https://dev.buyit.com.vn/backend-customer/ocr",
  domainPath: "/ekyc/v1.2",
  authDomain: "https://dev.buyit.com.vn/backend-customer/ocr",
  authDomainPath: "/v1/oauth",
  appId: "1d69b6ef7c16cfbede80baa94ff2a094", //UAT
  appSecret: "UWPPPgsm6gopGJJjVX3RFJ36Vxfde6t4jRBrCYhihKQ=", //UAT
  zoomLicenseKey: 'dSERDnSNV8KzqajJJMEfA353JgNV27jb',
  zoomPublicKey: zoomPublicKey,
  zoomServerBaseURL: 'https://liveness-test.trueid.ai', //pro
  configUI:
      "{\"primaryColor\":\"#ff8204\",\"secondaryColor\":\"#ff8204\",\"textButtonColor\":\"#ffffff\",\"errorColor\":\"#FF6234\",\"textColor\":\"#000000\",\"borderInputColor\":\"#D3D9E0\",\"backgroundColor\":\"#ffffff\",\"closeColor\":\"#ff8204\",\"borderRadius\":8,\"defaultSpacing\":20,\"livenessType\":\"facetec\",\"allowEditOcr\": true,\"hasInstructions\": false}",
  accessToken: '',
);
TrueId.configure(config);
TrueId.setLanguage('en');