SDK Tokens
To securely authenticate users of your frontend app.
Last updated
Was this helpful?
To securely authenticate users of your frontend app.
Last updated
Was this helpful?
Tokens enable clients to send personal data to ComplyCube via our SDKs. They are .
Each token is confined to one client and expires after 60 minutes, so you can safely use them at the front end of your application.
The generated token takes the following form: {"token": "header.payload.signature"}
.
token
string
The client-specific token. It expires after 60 minutes.