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