// Package credentials provides functionality for managing authentication and authorization // credentials used in SDK operations. It includes interfaces and implementations for // handling various types of credentials, such as API keys, tokens, and other authentication // mechanisms required for secure access to services. // // The package supports different credential providers and allows for secure storage, // retrieval, and management of authentication information needed for service requests. package credentials