IJWTKeyManager.generateKeyPair(algorithm: JWTAlgorithm): Promise<JWTKeyConfig>
Generates a new key pair for JWT operations
algorithm: JWTAlgorithm
- The algorithm to generate keys for
Promise<JWTKeyConfig>
Promise resolving to key configuration