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