Package-level declarations
Types
Link copied to clipboard
class DefaultTimestreamInfluxDbAuthSchemeProvider(endpointProvider: TimestreamInfluxDbEndpointProvider? = null, authSchemePreference: List<AuthSchemeId>? = null) : TimestreamInfluxDbAuthSchemeProvider
Link copied to clipboard
Link copied to clipboard
interface TimestreamInfluxDbAuthSchemeProvider : AuthSchemeProvider<TimestreamInfluxDbAuthSchemeParameters>
TimestreamInfluxDbAuthSchemeProvider is responsible for resolving the authentication scheme to use for a particular operation. See DefaultTimestreamInfluxDbAuthSchemeProvider for the default SDK behavior of this interface.