Instance Propertysoto-core 7.4.0SotoCore
provider
RotatingCredentialProvider.swift:32let provider: CredentialProvider
let provider: CredentialProvider
s8SotoCore26RotatingCredentialProviderC8providerAA0dE0_pvp
What are these?4EXIS
import SotoCore
final class RotatingCredentialProvider
Wrap a credential provider that returns an ExpiringCredential
protocol CredentialProvider : CustomStringConvertible, Sendable
Provides AWS credentials
init(context: CredentialProviderFactory.Context, provider: CredentialProvider, remainingTokenLifetimeForUse: TimeInterval? = nil)
var description: String { get }
func getCredential(logger: Logger) async throws -> Credential
func shutdown() async throws