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