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 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"}
.
Attribute
Type
Description
token
string
The client-specific token. It expires after 60 minutes.