JWT Key configuration
privateKey: string
Private key for signing (PEM format)
publicKey: string
Public key for verification (PEM format)
Algorithm to use for signing/verification
optional
keyId: string
Key ID for identifying the key
optional
_privateCryptoKey: CrossPlatformCryptoKey
Optional CryptoKey objects for internal use (Web API compatible)
optional
_publicCryptoKey: CrossPlatformCryptoKey