View Categories

Can a tenant admin see the value of my access tokens?

< 1 min read

No. The token value is hashed (SHA-256) before storage and only the hash is kept — in the connector’s encrypted credentials store, not in the application database. Even an admin with direct DB access can’t recover the secret. See Data security and architecture.