CodexCredentialResolver typedef

CodexCredentialResolver = CodexCredentials? Function({String? codexApiKey, Map<String, String>? processEnv})

Callback type for resolving codex API credentials.

Implementation

typedef CodexCredentialResolver =
    CodexCredentials? Function({
      String? codexApiKey,
      Map<String, String>? processEnv,
    });