Forward secrecy is a feature that ensures that encrypted communications are secure even if the private keys are compromised in the future. Authenticated encryption with associated data (AEAD) is a mode of encryption that provides confidentiality, integrity, and authenticity.
GCM (Galois/Counter Mode) is a block cipher mode that provides AEAD encryption, authenticity, and integrity. AES (Advanced Encryption Standard) is a symmetric block cipher algorithm used in GCM mode for providing encryption. ECDSA (Elliptic Curve Digital Signature Algorithm) is a public-key cryptographic algorithm used to provide authentication.