Interface SecretStore


@PublicEvolving public interface SecretStore
Base marker interface for secret store implementations.

This interface serves as the common base for both ReadableSecretStore and WritableSecretStore, allowing for flexible secret management implementations.

Secret stores are used to manage sensitive configuration data (credentials, tokens, passwords, etc.) in Flink SQL and Table API applications.