A private key is the secret half of a cryptographic key pair, used to sign transactions from a wallet. TON uses Ed25519. The public key and address are derived from the private key.
The private key is usually stored not directly but as a seed phrase (BIP-39) — a list of 12 or 24 words from which the key is deterministically derived.