Route53ProfilesAuthSchemeProvider
interface Route53ProfilesAuthSchemeProvider : AuthSchemeProvider<Route53ProfilesAuthSchemeParameters>
Route53ProfilesAuthSchemeProvider is responsible for resolving the authentication scheme to use for a particular operation. See DefaultRoute53ProfilesAuthSchemeProvider for the default SDK behavior of this interface.
Inheritors
Inherited functions
Link copied to clipboard
abstract suspend fun resolveAuthScheme(params: Route53ProfilesAuthSchemeParameters): List<AuthOption>