Instance Propertysoto-core 7.4.0SotoCore
description
RotatingCredentialProvider.swift:72var description: String { get }
var description: String { get }
s8SotoCore26RotatingCredentialProviderC11descriptionSSvp
What are these?7L7X3
import SotoCore
final class RotatingCredentialProvider
Wrap a credential provider that returns an ExpiringCredential
@frozen struct String
A Unicode string value that is a collection of characters.
init(context: CredentialProviderFactory.Context, provider: CredentialProvider, remainingTokenLifetimeForUse: TimeInterval? = nil)
let provider: CredentialProvider
func getCredential(logger: Logger) async throws -> Credential
func shutdown() async throws