onCredentialsAvailableToSave
abstract suspend fun onCredentialsAvailableToSave(currentUrl: String, credentials: LoginCredentials)
Called when there are login credentials available to be saved. When this is called, we'd typically want to prompt the user if they want to save the credentials.