Protocolsoto-core 7.4.0SotoCore
CredentialProvider
Provides AWS credentials
protocol CredentialProvider : CustomStringConvertible, Sendable
Browse conforming typesProvides AWS credentials
protocol CredentialProvider : CustomStringConvertible, Sendable
import SotoCore
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Sendable
func getCredential(logger: Logger) async throws -> Credential
Return credential
func shutdown() async throws
Shutdown credential provider
var description: String { get }
func shutdown() async throws