No. The token’s plaintext value is stored only in the SAP BTP Credential Store, where it is encrypted at rest with per-tenant key separation. The connector’s application database holds only a one-way hashed reference (used to look up and verify the secret), never the secret itself.
An administrator cannot recover your token value:
- through the connector UI — the secret is shown once on issue and is never displayed again;
- by reading the application database — the database has only the hashed reference, not the secret;
- through the Credential Store — the connector reads the secret only during token verification, and the Credential Store does not expose plaintext through any cockpit screen.
The only response to a lost token is to revoke it and mint a new one. See What happens if I lose a token? and Data security and architecture.