AesGcmEncryptionAlgorithm type

A union type representing all supported AES-GCM encryption algorithms.

type AesGcmEncryptionAlgorithm = "A128GCM" | "A192GCM" | "A256GCM"