SDK Tokens

To securely authenticate users of your frontend app.

Tokens enable clients to send personal data to ComplyCube via our SDKs. They are JWTs.

Each token is confined to one client and expire after 60 minutes, so you can safely use them in the frontend of your application.

The generated token takes the following form: {"token": "header.payload.signature"}.

You must generate a new token must each time you initialise the ComplyCube SDKs.

The Token object

Last updated